#9a36cd

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

Shades of Dark Orchid #9A36CD

Tints of Dark Orchid #9A36CD

Color information

#9A36CD (or 0x9A36CD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 36 and CD. RGB value is (154,54,205). Sum of RGB (Red+Green+Blue) = 154+54+205=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A36CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A36CD is #65C932. Grayscale: #646464. Windows color (decimal): -6670643 or 13448858. OLE color: 13448858.

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

Color convert

RGB15454205-
CMYK0.250.7400.20
HSL279.74º60.16%50.78%-
HSV(B)279.74º73.66%80.39%-
XYZ25.6713.9259.09-
YUV101.11186.63165.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=37.29%
G=13.08%
B=49.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154542050.250.7400.20279.7460.1650.78
Hex9A36CD194A0141183c33
Octal23266315311120244307463
Binary1001101011011011001101110011001010010100100011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a36cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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