Html Css Color HEX #8845CE Dark Orchid

📋 copy color: '#8845CE'

red 136 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #8845CE

Tints of Dark Orchid #8845CE

RGB

 RED value IS 136 (53.52% from 255) = 33.09%

 GREEN value IS 69 (27.34% from 255) = 16.79%

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

R = 33.09%
G = 16.79%
B = 50.12%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8845CE (or 0x8845CE) is known color: Dark Orchid. HEX triplet: 88, 45 and CE. RGB value is (136,69,206). Sum of RGB (Red+Green+Blue) = 136+69+206=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 69 (27.34% from 255 or 16.79% 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 #8845CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8845CE is #77BA31. Grayscale: #686868. Windows color (decimal): -7846450 or 13518216. OLE color: 13518216.

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

Color convert

RGB 136 69 206 -
CMYK 0.34 0.67 0 0.19
HSL 269.34º 0.58% 0.54% -
HSV(B) 269.34º 0.67% 0.81% -
XYZ 23.42 13.95 59.85 -
YUV 104.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 136 69 206 0.34 0.67 0 0.19 269.34 0.58 0.54
Hex 88 45 CE 22 43 0 13 10D 3A 36
Octal 210 105 316 42 103 0 23 415 72 66
Binary 10001000 1000101 11001110 100010 1000011 0 10011 100001101 111010 110110

Color Harmonies of #8845CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8845CE

Black with #8845CE

Text Example


Text Example

White with #8845CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,69,206); }

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

background-color css

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

 a { background-color: rgb(136,69,206); }

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

border-color css

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

 span { border-color: rgb(136,69,206); }

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