Html Css Color HEX #9532AA Vivid Violet

📋 copy color: '#9532AA'

red 149 ◦ green 50 ◦ blue 170

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

Shades of Vivid Violet #9532AA

Tints of Vivid Violet #9532AA

RGB

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

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

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

R = 40.38%
G = 13.55%
B = 46.07%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9532AA (or 0x9532AA) is known color: Vivid Violet. HEX triplet: 95, 32 and AA. RGB value is (149,50,170). Sum of RGB (Red+Green+Blue) = 149+50+170=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #9532AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9532AA is #6ACD55. Grayscale: #5C5C5C. Windows color (decimal): -6999382 or 11154069. OLE color: 11154069.

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

Color convert

RGB 149 50 170 -
CMYK 0.12 0.71 0 0.33
HSL 289.5º 0.55% 0.43% -
HSV(B) 289.5º 0.71% 0.67% -
XYZ 20.79 11.57 39.17 -
YUV 93.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 149 50 170 0.12 0.71 0 0.33 289.5 0.55 0.43
Hex 95 32 AA C 47 0 21 122 37 2B
Octal 225 62 252 14 107 0 41 442 67 53
Binary 10010101 110010 10101010 1100 1000111 0 100001 100100010 110111 101011

Color Harmonies of #9532AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9532AA

Black with #9532AA

Text Example


Text Example

White with #9532AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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