Html Css Color HEX #8637CB Dark Orchid

📋 copy color: '#8637CB'

red 134 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #8637CB

Tints of Dark Orchid #8637CB

RGB

 RED value IS 134 (52.73% from 255) = 34.18%

 GREEN value IS 55 (21.88% from 255) = 14.03%

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

R = 34.18%
G = 14.03%
B = 51.79%

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

#8637CB (or 0x8637CB) is known color: Dark Orchid. HEX triplet: 86, 37 and CB. RGB value is (134,55,203). Sum of RGB (Red+Green+Blue) = 134+55+203=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #8637CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8637CB is #79C834. Grayscale: #5E5E5E. Windows color (decimal): -7981109 or 13318022. OLE color: 13318022.

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

Color convert

RGB 134 55 203 -
CMYK 0.34 0.73 0 0.20
HSL 272.03º 0.59% 0.51% -
HSV(B) 272.03º 0.73% 0.8% -
XYZ 21.98 12.11 57.68 -
YUV 95.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 134 55 203 0.34 0.73 0 0.20 272.03 0.59 0.51
Hex 86 37 CB 22 49 0 14 110 3B 33
Octal 206 67 313 42 111 0 24 420 73 63
Binary 10000110 110111 11001011 100010 1001001 0 10100 100010000 111011 110011

Color Harmonies of #8637CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8637CB

Black with #8637CB

Text Example


Text Example

White with #8637CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,55,203); }

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

background-color css

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

 a { background-color: rgb(134,55,203); }

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

border-color css

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

 span { border-color: rgb(134,55,203); }

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