#9933CD

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

Shades of Dark Orchid #9933CD

Tints of Dark Orchid #9933CD

Color information

#9933CD (or 0x9933CD) is unknown color: approx Dark Orchid. HEX triplet: 99, 33 and CD. RGB value is (153,51,205). Sum of RGB (Red+Green+Blue) = 153+51+205=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 51 (20.31% from 255 or 12.47% 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 #9933CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933CD is #66CC32. Grayscale: #626262. Windows color (decimal): -6736947 or 13448089. OLE color: 13448089.

HSL color Cylindrical-coordinate representation of color #9933CD: hue angle of 279.74º 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 #9933CD is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15351205-
CMYK0.250.7500.20
HSL279.74º60.63%50.2%-
HSV(B)279.74º75.12%80.39%-
XYZ25.3413.5559.04-
YUV99.05187.79166.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=37.41%
G=12.47%
B=50.12%

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
Decimal153512050.250.7500.20279.7460.6350.2
Hex9933CD194B0141183d32
Octal23163315311130244307562
Binary1001100111001111001101110011001011010100100011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9933CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9933CD; }

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

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

<style>
 a { background-color: #9933CD; }

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

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

<style>
 span { border-color: #9933CD; }

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

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