Html Css Color HEX #9932DD Dark Orchid

📋 copy color: '#9932DD'

red 153 ◦ green 50 ◦ blue 221

#9932DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9932DD

Tints of Dark Orchid #9932DD

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

 GREEN value IS 50 (19.92% from 255) = 11.79%

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 36.08%
G = 11.79%
B = 52.12%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9932DD (or 0x9932DD) is known color: Dark Orchid. HEX triplet: 99, 32 and DD. RGB value is (153,50,221). Sum of RGB (Red+Green+Blue) = 153+50+221=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #9932DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9932DD is #66CD22. Grayscale: #636363. Windows color (decimal): -6737187 or 14496409. OLE color: 14496409.

HSL color Cylindrical-coordinate representation of color #9932DD: hue angle of 276.14º degrees, saturation: 0.72, 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 #9932DD is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 50 221 -
CMYK 0.31 0.77 0 0.13
HSL 276.14º 0.72% 0.53% -
HSV(B) 276.14º 0.77% 0.87% -
XYZ 27.33 14.27 69.72 -
YUV 100.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 153 50 221 0.31 0.77 0 0.13 276.14 0.72 0.53
Hex 99 32 DD 1F 4D 0 D 114 48 35
Octal 231 62 335 37 115 0 15 424 110 65
Binary 10011001 110010 11011101 11111 1001101 0 1101 100010100 1001000 110101

Color Harmonies of #9932DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9932DD

Black with #9932DD

Text Example


Text Example

White with #9932DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9932DD;
 }
 .AnyTagClassName
 {
   color: #9932DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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