#8a42cc

Color #8A42CC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8A42CC

Tints of Dark Orchid #8A42CC

Color information

#8A42CC (or 0x8A42CC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 42 and CC. RGB value is (138,66,204). Sum of RGB (Red+Green+Blue) = 138+66+204=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A42CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A42CC is #75BD33. Grayscale: #666666. Windows color (decimal): -7716148 or 13386378. OLE color: 13386378.

HSL color Cylindrical-coordinate representation of color #8A42CC: hue angle of 271.3º 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 #8A42CC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13866204-
CMYK0.320.6800.2
HSL271.3º57.5%52.94%-
HSV(B)271.3º67.65%80%-
XYZ23.3313.6658.53-
YUV103.26184.85152.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 204 (80.08% from 255) = 50%
R=33.82%
G=16.18%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138662040.320.6800.2271.357.552.94
Hex8A42CC204401410f3a35
Octal212102314401040244177265
Binary100010101000010110011001000001000100010100100001111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a42cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a42cc; }

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

 H1.HeaderClassName
 {
   color: #8a42cc;
 }
 .AnyTagClassName
 {
   color: #8a42cc;
 }
</style>
background-color css

<style>
 a { background-color: #8a42cc; }

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

 div.DivClassName
 {
   background-color: #8a42cc;
 }
 .BgClassName
 {
   background-color: #8a42cc;
 }
</style>
border-color css

<style>
 span { border-color: #8a42cc; }

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

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