#9A21CA

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

Shades of Dark Orchid #9A21CA

Tints of Dark Orchid #9A21CA

Color information

#9A21CA (or 0x9A21CA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 21 and CA. RGB value is (154,33,202). Sum of RGB (Red+Green+Blue) = 154+33+202=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A21CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A21CA is #65DE35. Grayscale: #575757. Windows color (decimal): -6676022 or 13246874. OLE color: 13246874.

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

Color convert

RGB15433202-
CMYK0.240.8400.21
HSL282.96º71.91%46.08%-
HSV(B)282.96º83.66%79.22%-
XYZ24.5312.2256.94-
YUV88.44192.09174.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 33 (13.28% from 255) = 8.48%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=39.59%
G=8.48%
B=51.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154332020.240.8400.21282.9671.9146.08
Hex9A21CA185401511b482e
Octal232413123012402543311056
Binary10011010100001110010101100010101000101011000110111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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