Html Css Color HEX #8647CE Dark Orchid

📋 copy color: '#8647CE'

red 134 ◦ green 71 ◦ blue 206

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

Shades of Dark Orchid #8647CE

Tints of Dark Orchid #8647CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.27%

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

R = 32.6%
G = 17.27%
B = 50.12%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8647CE (or 0x8647CE) is known color: Dark Orchid. HEX triplet: 86, 47 and CE. RGB value is (134,71,206). Sum of RGB (Red+Green+Blue) = 134+71+206=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #8647CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8647CE is #79B831. Grayscale: #686868. Windows color (decimal): -7977010 or 13518726. OLE color: 13518726.

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

Color convert

RGB 134 71 206 -
CMYK 0.35 0.66 0 0.19
HSL 268º 0.58% 0.54% -
HSV(B) 268º 0.66% 0.81% -
XYZ 23.23 14.03 59.88 -
YUV 105.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 134 71 206 0.35 0.66 0 0.19 268 0.58 0.54
Hex 86 47 CE 23 42 0 13 10C 3A 36
Octal 206 107 316 43 102 0 23 414 72 66
Binary 10000110 1000111 11001110 100011 1000010 0 10011 100001100 111010 110110

Color Harmonies of #8647CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8647CE

Black with #8647CE

Text Example


Text Example

White with #8647CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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