Html Css Color HEX #8535BE Dark Orchid

📋 copy color: '#8535BE'

red 133 ◦ green 53 ◦ blue 190

#8535BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8535BE

Tints of Dark Orchid #8535BE

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

 GREEN value IS 53 (21.09% from 255) = 14.1%

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 35.37%
G = 14.1%
B = 50.53%

CMYK

 C value IS 0.3

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8535BE (or 0x8535BE) is known color: Dark Orchid. HEX triplet: 85, 35 and BE. RGB value is (133,53,190). Sum of RGB (Red+Green+Blue) = 133+53+190=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #8535BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535BE is #7ACA41. Grayscale: #5C5C5C. Windows color (decimal): -8047170 or 12465541. OLE color: 12465541.

HSL color Cylindrical-coordinate representation of color #8535BE: hue angle of 275.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8535BE is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 53 190 -
CMYK 0.3 0.72 0 0.25
HSL 275.04º 0.56% 0.48% -
HSV(B) 275.04º 0.72% 0.75% -
XYZ 20.24 11.25 49.82 -
YUV 92.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 133 53 190 0.3 0.72 0 0.25 275.04 0.56 0.48
Hex 85 35 BE 1E 48 0 19 113 38 30
Octal 205 65 276 36 110 0 31 423 70 60
Binary 10000101 110101 10111110 11110 1001000 0 11001 100010011 111000 110000

Color Harmonies of #8535BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8535BE

Black with #8535BE

Text Example


Text Example

White with #8535BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8535BE; }

 p { color: rgb(133,53,190); }

 H1.HeaderClassName
 {
   color: #8535BE;
 }
 .AnyTagClassName
 {
   color: #8535BE;
 }
</style>

background-color css

<style>
 a { background-color: #8535BE; }

 a { background-color: rgb(133,53,190); }

 div.DivClassName
 {
   background-color: #8535BE;
 }
 .BgClassName
 {
   background-color: #8535BE;
 }
</style>

border-color css

<style>
 span { border-color: #8535BE; }

 span { border-color: rgb(133,53,190); }

 td.TdClassName
 {
   border-color: #8535BE;
 }
 .TagClassName
 {
   border-color: #8535BE;
 }
</style>