Html Css Color HEX #9933AC Dark Orchid

📋 copy color: '#9933AC'

red 153 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #9933AC

Tints of Dark Orchid #9933AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.56%

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

R = 40.69%
G = 13.56%
B = 45.74%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9933AC (or 0x9933AC) is known color: Dark Orchid. HEX triplet: 99, 33 and AC. RGB value is (153,51,172). Sum of RGB (Red+Green+Blue) = 153+51+172=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #9933AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9933AC is #66CC53. Grayscale: #5E5E5E. Windows color (decimal): -6736980 or 11285401. OLE color: 11285401.

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

Color convert

RGB 153 51 172 -
CMYK 0.11 0.70 0 0.33
HSL 290.58º 0.54% 0.44% -
HSV(B) 290.58º 0.7% 0.67% -
XYZ 21.77 12.12 40.22 -
YUV 95.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 153 51 172 0.11 0.70 0 0.33 290.58 0.54 0.44
Hex 99 33 AC B 46 0 21 123 36 2C
Octal 231 63 254 13 106 0 41 443 66 54
Binary 10011001 110011 10101100 1011 1000110 0 100001 100100011 110110 101100

Color Harmonies of #9933AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9933AC

Black with #9933AC

Text Example


Text Example

White with #9933AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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