Html Css Color HEX #9532AB Vivid Violet

📋 copy color: '#9532AB'

red 149 ◦ green 50 ◦ blue 171

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

Shades of Vivid Violet #9532AB

Tints of Vivid Violet #9532AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 40.27%
G = 13.51%
B = 46.22%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9532AB (or 0x9532AB) is known color: Vivid Violet. HEX triplet: 95, 32 and AB. RGB value is (149,50,171). Sum of RGB (Red+Green+Blue) = 149+50+171=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #9532AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9532AB is #6ACD54. Grayscale: #5D5D5D. Windows color (decimal): -6999381 or 11219605. OLE color: 11219605.

HSL color Cylindrical-coordinate representation of color #9532AB: hue angle of 289.09º 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 #9532AB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 50 171 -
CMYK 0.13 0.71 0 0.33
HSL 289.09º 0.55% 0.43% -
HSV(B) 289.09º 0.71% 0.67% -
XYZ 20.89 11.61 39.67 -
YUV 93.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 149 50 171 0.13 0.71 0 0.33 289.09 0.55 0.43
Hex 95 32 AB D 47 0 21 121 37 2B
Octal 225 62 253 15 107 0 41 441 67 53
Binary 10010101 110010 10101011 1101 1000111 0 100001 100100001 110111 101011

Color Harmonies of #9532AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9532AB

Black with #9532AB

Text Example


Text Example

White with #9532AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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