Html Css Color HEX #9533AB Vivid Violet

📋 copy color: '#9533AB'

red 149 ◦ green 51 ◦ blue 171

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

Shades of Vivid Violet #9533AB

Tints of Vivid Violet #9533AB

RGB

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

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

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

R = 40.16%
G = 13.75%
B = 46.09%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9533AB (or 0x9533AB) is known color: Vivid Violet. HEX triplet: 95, 33 and AB. RGB value is (149,51,171). Sum of RGB (Red+Green+Blue) = 149+51+171=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9533AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9533AB is #6ACC54. Grayscale: #5D5D5D. Windows color (decimal): -6999125 or 11219861. OLE color: 11219861.

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

Color convert

RGB 149 51 171 -
CMYK 0.13 0.70 0 0.33
HSL 289º 0.54% 0.44% -
HSV(B) 289º 0.7% 0.67% -
XYZ 20.93 11.7 39.68 -
YUV 93.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 149 51 171 0.13 0.70 0 0.33 289 0.54 0.44
Hex 95 33 AB D 46 0 21 121 36 2C
Octal 225 63 253 15 106 0 41 441 66 54
Binary 10010101 110011 10101011 1101 1000110 0 100001 100100001 110110 101100

Color Harmonies of #9533AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9533AB

Black with #9533AB

Text Example


Text Example

White with #9533AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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