#9A32CD

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

Shades of Dark Orchid #9A32CD

Tints of Dark Orchid #9A32CD

Color information

#9A32CD (or 0x9A32CD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 32 and CD. RGB value is (154,50,205). Sum of RGB (Red+Green+Blue) = 154+50+205=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A32CD is #65CD32. Grayscale: #626262. Windows color (decimal): -6671667 or 13447834. OLE color: 13447834.

HSL color Cylindrical-coordinate representation of color #9A32CD: hue angle of 280.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A32CD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15450205-
CMYK0.250.7600.20
HSL280.26º60.78%50%-
HSV(B)280.26º75.61%80.39%-
XYZ25.4913.5659.03-
YUV98.77187.96167.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=37.65%
G=12.22%
B=50.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154502050.250.7600.20280.2660.7850
Hex9A32CD194C0141183d32
Octal23262315311140244307562
Binary1001101011001011001101110011001100010100100011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A32CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,50,205); }

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

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

 a { background-color: rgb(154,50,205); }

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

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

 span { border-color: rgb(154,50,205); }

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