Html Css Color HEX #8442CC Dark Orchid

📋 copy color: '#8442CC'

red 132 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #8442CC

Tints of Dark Orchid #8442CC

RGB

 RED value IS 132 (51.95% from 255) = 32.84%

 GREEN value IS 66 (26.17% from 255) = 16.42%

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

R = 32.84%
G = 16.42%
B = 50.75%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8442CC (or 0x8442CC) is known color: Dark Orchid. HEX triplet: 84, 42 and CC. RGB value is (132,66,204). Sum of RGB (Red+Green+Blue) = 132+66+204=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #8442CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442CC is #7BBD33. Grayscale: #646464. Windows color (decimal): -8109364 or 13386372. OLE color: 13386372.

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

Color convert

RGB 132 66 204 -
CMYK 0.35 0.68 0 0.2
HSL 268.7º 0.58% 0.53% -
HSV(B) 268.7º 0.68% 0.8% -
XYZ 22.36 13.16 58.49 -
YUV 101.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 132 66 204 0.35 0.68 0 0.2 268.7 0.58 0.53
Hex 84 42 CC 23 44 0 14 10D 3A 35
Octal 204 102 314 43 104 0 24 415 72 65
Binary 10000100 1000010 11001100 100011 1000100 0 10100 100001101 111010 110101

Color Harmonies of #8442CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442CC

Black with #8442CC

Text Example


Text Example

White with #8442CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,66,204); }

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

background-color css

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

 a { background-color: rgb(132,66,204); }

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

border-color css

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

 span { border-color: rgb(132,66,204); }

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