#9A22C0

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

Shades of Dark Orchid #9A22C0

Tints of Dark Orchid #9A22C0

Color information

#9A22C0 (or 0x9A22C0) is unknown color: approx Dark Orchid. HEX triplet: 9A, 22 and C0. RGB value is (154,34,192). Sum of RGB (Red+Green+Blue) = 154+34+192=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A22C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22C0 is #65DD3F. Grayscale: #575757. Windows color (decimal): -6675776 or 12591770. OLE color: 12591770.

HSL color Cylindrical-coordinate representation of color #9A22C0: hue angle of 285.57º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A22C0 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15434192-
CMYK0.200.8200.25
HSL285.57º69.91%44.31%-
HSV(B)285.57º82.29%75.29%-
XYZ23.4111.8250.92-
YUV87.89186.76175.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.53%
GREEN value IS 34 (13.67% from 255) = 8.95%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=40.53%
G=8.95%
B=50.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154341920.200.8200.25285.5769.9144.31
Hex9A22C0145201911e462c
Octal232423002412203143610654
Binary10011010100010110000001010010100100110011000111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A22C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,34,192); }

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

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

 a { background-color: rgb(154,34,192); }

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

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

 span { border-color: rgb(154,34,192); }

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