Html Css Color HEX #8845CC Dark Orchid

📋 copy color: '#8845CC'

red 136 ◦ green 69 ◦ blue 204

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

Shades of Dark Orchid #8845CC

Tints of Dark Orchid #8845CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 33.25%
G = 16.87%
B = 49.88%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8845CC (or 0x8845CC) is known color: Dark Orchid. HEX triplet: 88, 45 and CC. RGB value is (136,69,204). Sum of RGB (Red+Green+Blue) = 136+69+204=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #8845CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8845CC is #77BA33. Grayscale: #676767. Windows color (decimal): -7846452 or 13387144. OLE color: 13387144.

HSL color Cylindrical-coordinate representation of color #8845CC: hue angle of 269.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8845CC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 69 204 -
CMYK 0.33 0.66 0 0.2
HSL 269.78º 0.57% 0.54% -
HSV(B) 269.78º 0.66% 0.8% -
XYZ 23.18 13.85 58.58 -
YUV 104.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 136 69 204 0.33 0.66 0 0.2 269.78 0.57 0.54
Hex 88 45 CC 21 42 0 14 10E 39 36
Octal 210 105 314 41 102 0 24 416 71 66
Binary 10001000 1000101 11001100 100001 1000010 0 10100 100001110 111001 110110

Color Harmonies of #8845CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8845CC

Black with #8845CC

Text Example


Text Example

White with #8845CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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