Html Css Color HEX #9533AA Vivid Violet

📋 copy color: '#9533AA'

red 149 ◦ green 51 ◦ blue 170

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

Shades of Vivid Violet #9533AA

Tints of Vivid Violet #9533AA

RGB

 RED value IS 149 (58.59% from 255) = 40.27%

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

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

R = 40.27%
G = 13.78%
B = 45.95%

CMYK

 C value IS 0.12

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9533AA (or 0x9533AA) is known color: Vivid Violet. HEX triplet: 95, 33 and AA. RGB value is (149,51,170). Sum of RGB (Red+Green+Blue) = 149+51+170=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #9533AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9533AA is #6ACC55. Grayscale: #5D5D5D. Windows color (decimal): -6999126 or 11154325. OLE color: 11154325.

HSL color Cylindrical-coordinate representation of color #9533AA: hue angle of 289.41º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9533AA is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 51 170 -
CMYK 0.12 0.7 0 0.33
HSL 289.41º 0.54% 0.43% -
HSV(B) 289.41º 0.7% 0.67% -
XYZ 20.83 11.66 39.18 -
YUV 93.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 149 51 170 0.12 0.7 0 0.33 289.41 0.54 0.43
Hex 95 33 AA C 46 0 21 121 36 2B
Octal 225 63 252 14 106 0 41 441 66 53
Binary 10010101 110011 10101010 1100 1000110 0 100001 100100001 110110 101011

Color Harmonies of #9533AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9533AA

Black with #9533AA

Text Example


Text Example

White with #9533AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,51,170); }

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

background-color css

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

 a { background-color: rgb(149,51,170); }

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

border-color css

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

 span { border-color: rgb(149,51,170); }

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