#9933DD

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

Shades of Dark Orchid #9933DD

Tints of Dark Orchid #9933DD

Color information

#9933DD (or 0x9933DD) is unknown color: approx Dark Orchid. HEX triplet: 99, 33 and DD. RGB value is (153,51,221). Sum of RGB (Red+Green+Blue) = 153+51+221=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #9933DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933DD is #66CC22. Grayscale: #646464. Windows color (decimal): -6736931 or 14496665. OLE color: 14496665.

HSL color Cylindrical-coordinate representation of color #9933DD: hue angle of 276º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9933DD is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15351221-
CMYK0.310.7700.13
HSL276º71.43%53.33%-
HSV(B)276º76.92%86.67%-
XYZ27.3714.3669.74-
YUV100.88195.79165.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 221 (86.72% from 255) = 52%
R=36%
G=12%
B=52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153512210.310.7700.1327671.4353.33
Hex9933DD1F4D0D1144735
Octal231633353711501542410765
Binary1001100111001111011101111111001101011011000101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9933DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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