Html Css Color HEX #9932AC Dark Orchid

📋 copy color: '#9932AC'

red 153 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #9932AC

Tints of Dark Orchid #9932AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 40.8%
G = 13.33%
B = 45.87%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9932AC (or 0x9932AC) is known color: Dark Orchid. HEX triplet: 99, 32 and AC. RGB value is (153,50,172). Sum of RGB (Red+Green+Blue) = 153+50+172=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9932AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9932AC is #66CD53. Grayscale: #5E5E5E. Windows color (decimal): -6737236 or 11285145. OLE color: 11285145.

HSL color Cylindrical-coordinate representation of color #9932AC: hue angle of 290.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9932AC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 50 172 -
CMYK 0.11 0.71 0 0.33
HSL 290.66º 0.55% 0.44% -
HSV(B) 290.66º 0.71% 0.67% -
XYZ 21.72 12.03 40.21 -
YUV 94.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 153 50 172 0.11 0.71 0 0.33 290.66 0.55 0.44
Hex 99 32 AC B 47 0 21 123 37 2C
Octal 231 62 254 13 107 0 41 443 67 54
Binary 10011001 110010 10101100 1011 1000111 0 100001 100100011 110111 101100

Color Harmonies of #9932AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9932AC

Black with #9932AC

Text Example


Text Example

White with #9932AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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