Html Css Color HEX #9936AA Vivid Violet

📋 copy color: '#9936AA'

red 153 ◦ green 54 ◦ blue 170

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

Shades of Vivid Violet #9936AA

Tints of Vivid Violet #9936AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.32%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 40.58%
G = 14.32%
B = 45.09%

CMYK

 C value IS 0.1

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9936AA (or 0x9936AA) is known color: Vivid Violet. HEX triplet: 99, 36 and AA. RGB value is (153,54,170). Sum of RGB (Red+Green+Blue) = 153+54+170=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #9936AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9936AA is #66C955. Grayscale: #606060. Windows color (decimal): -6736214 or 11155097. OLE color: 11155097.

HSL color Cylindrical-coordinate representation of color #9936AA: hue angle of 291.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9936AA is Cyan = 0.1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 54 170 -
CMYK 0.1 0.68 0 0.33
HSL 291.21º 0.52% 0.44% -
HSV(B) 291.21º 0.68% 0.67% -
XYZ 21.71 12.31 39.26 -
YUV 96.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 153 54 170 0.1 0.68 0 0.33 291.21 0.52 0.44
Hex 99 36 AA A 44 0 21 123 34 2C
Octal 231 66 252 12 104 0 41 443 64 54
Binary 10011001 110110 10101010 1010 1000100 0 100001 100100011 110100 101100

Color Harmonies of #9936AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9936AA

Black with #9936AA

Text Example


Text Example

White with #9936AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9936AA; }

 p { color: rgb(153,54,170); }

 H1.HeaderClassName
 {
   color: #9936AA;
 }
 .AnyTagClassName
 {
   color: #9936AA;
 }
</style>

background-color css

<style>
 a { background-color: #9936AA; }

 a { background-color: rgb(153,54,170); }

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

border-color css

<style>
 span { border-color: #9936AA; }

 span { border-color: rgb(153,54,170); }

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