Html Css Color HEX #8637CE Dark Orchid

📋 copy color: '#8637CE'

red 134 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #8637CE

Tints of Dark Orchid #8637CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 33.92%
G = 13.92%
B = 52.15%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8637CE (or 0x8637CE) is known color: Dark Orchid. HEX triplet: 86, 37 and CE. RGB value is (134,55,206). Sum of RGB (Red+Green+Blue) = 134+55+206=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #8637CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8637CE is #79C831. Grayscale: #5F5F5F. Windows color (decimal): -7981106 or 13514630. OLE color: 13514630.

HSL color Cylindrical-coordinate representation of color #8637CE: hue angle of 271.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8637CE is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 55 206 -
CMYK 0.35 0.73 0 0.19
HSL 271.39º 0.61% 0.51% -
HSV(B) 271.39º 0.73% 0.81% -
XYZ 22.34 12.26 59.58 -
YUV 95.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 134 55 206 0.35 0.73 0 0.19 271.39 0.61 0.51
Hex 86 37 CE 23 49 0 13 10F 3D 33
Octal 206 67 316 43 111 0 23 417 75 63
Binary 10000110 110111 11001110 100011 1001001 0 10011 100001111 111101 110011

Color Harmonies of #8637CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8637CE

Black with #8637CE

Text Example


Text Example

White with #8637CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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