#9A42CC

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

Shades of Dark Orchid #9A42CC

Tints of Dark Orchid #9A42CC

Color information

#9A42CC (or 0x9A42CC) is unknown color: approx Dark Orchid. HEX triplet: 9A, 42 and CC. RGB value is (154,66,204). Sum of RGB (Red+Green+Blue) = 154+66+204=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A42CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A42CC is #65BD33. Grayscale: #6B6B6B. Windows color (decimal): -6667572 or 13386394. OLE color: 13386394.

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

Color convert

RGB15466204-
CMYK0.250.6800.2
HSL278.26º57.5%52.94%-
HSV(B)278.26º67.65%80%-
XYZ26.1715.1358.67-
YUV108.04182.15160.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=36.32%
G=15.57%
B=48.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal154662040.250.6800.2278.2657.552.94
Hex9A42CC19440141163a35
Octal232102314311040244267265
Binary10011010100001011001100110011000100010100100010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A42CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A42CC; }

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

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

<style>
 a { background-color: #9A42CC; }

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

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

<style>
 span { border-color: #9A42CC; }

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

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