Html Css Color HEX #8536CB Dark Orchid

📋 copy color: '#8536CB'

red 133 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #8536CB

Tints of Dark Orchid #8536CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.85%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 34.1%
G = 13.85%
B = 52.05%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8536CB (or 0x8536CB) is known color: Dark Orchid. HEX triplet: 85, 36 and CB. RGB value is (133,54,203). Sum of RGB (Red+Green+Blue) = 133+54+203=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #8536CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8536CB is #7AC934. Grayscale: #5E5E5E. Windows color (decimal): -8046901 or 13317765. OLE color: 13317765.

HSL color Cylindrical-coordinate representation of color #8536CB: hue angle of 271.81º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8536CB is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 54 203 -
CMYK 0.34 0.73 0 0.20
HSL 271.81º 0.59% 0.5% -
HSV(B) 271.81º 0.73% 0.8% -
XYZ 21.77 11.94 57.66 -
YUV 94.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 133 54 203 0.34 0.73 0 0.20 271.81 0.59 0.5
Hex 85 36 CB 22 49 0 14 110 3B 32
Octal 205 66 313 42 111 0 24 420 73 62
Binary 10000101 110110 11001011 100010 1001001 0 10100 100010000 111011 110010

Color Harmonies of #8536CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8536CB

Black with #8536CB

Text Example


Text Example

White with #8536CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8536CB; }

 p { color: rgb(133,54,203); }

 H1.HeaderClassName
 {
   color: #8536CB;
 }
 .AnyTagClassName
 {
   color: #8536CB;
 }
</style>

background-color css

<style>
 a { background-color: #8536CB; }

 a { background-color: rgb(133,54,203); }

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

border-color css

<style>
 span { border-color: #8536CB; }

 span { border-color: rgb(133,54,203); }

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