#9A33CD

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

Shades of Dark Orchid #9A33CD

Tints of Dark Orchid #9A33CD

Color information

#9A33CD (or 0x9A33CD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 33 and CD. RGB value is (154,51,205). Sum of RGB (Red+Green+Blue) = 154+51+205=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A33CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A33CD is #65CC32. Grayscale: #626262. Windows color (decimal): -6671411 or 13448090. OLE color: 13448090.

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

Color convert

RGB15451205-
CMYK0.250.7500.20
HSL280.13º60.63%50.2%-
HSV(B)280.13º75.12%80.39%-
XYZ25.5313.6559.05-
YUV99.35187.62166.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.56%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 205 (80.47% from 255) = 50%
R=37.56%
G=12.44%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154512050.250.7500.20280.1360.6350.2
Hex9A33CD194B0141183d32
Octal23263315311130244307562
Binary1001101011001111001101110011001011010100100011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A33CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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