#9A42CA

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

Shades of Dark Orchid #9A42CA

Tints of Dark Orchid #9A42CA

Color information

#9A42CA (or 0x9A42CA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 42 and CA. RGB value is (154,66,202). Sum of RGB (Red+Green+Blue) = 154+66+202=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A42CA is #65BD35. Grayscale: #6B6B6B. Windows color (decimal): -6667574 or 13255322. OLE color: 13255322.

HSL color Cylindrical-coordinate representation of color #9A42CA: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A42CA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15466202-
CMYK0.240.6700.21
HSL278.82º56.2%52.55%-
HSV(B)278.82º67.33%79.22%-
XYZ25.9415.0357.41-
YUV107.82181.15160.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=36.49%
G=15.64%
B=47.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154662020.240.6700.21278.8256.252.55
Hex9A42CA18430151173835
Octal232102312301030254277065
Binary10011010100001011001010110001000011010101100010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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