Html Css Color HEX #9539AB Vivid Violet

📋 copy color: '#9539AB'

red 149 ◦ green 57 ◦ blue 171

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

Shades of Vivid Violet #9539AB

Tints of Vivid Violet #9539AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

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

R = 39.52%
G = 15.12%
B = 45.36%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9539AB (or 0x9539AB) is known color: Vivid Violet. HEX triplet: 95, 39 and AB. RGB value is (149,57,171). Sum of RGB (Red+Green+Blue) = 149+57+171=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #9539AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9539AB is #6AC654. Grayscale: #616161. Windows color (decimal): -6997589 or 11221397. OLE color: 11221397.

HSL color Cylindrical-coordinate representation of color #9539AB: hue angle of 288.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9539AB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 57 171 -
CMYK 0.13 0.67 0 0.33
HSL 288.42º 0.5% 0.45% -
HSV(B) 288.42º 0.67% 0.67% -
XYZ 21.21 12.26 39.78 -
YUV 97.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 149 57 171 0.13 0.67 0 0.33 288.42 0.5 0.45
Hex 95 39 AB D 43 0 21 120 32 2D
Octal 225 71 253 15 103 0 41 440 62 55
Binary 10010101 111001 10101011 1101 1000011 0 100001 100100000 110010 101101

Color Harmonies of #9539AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9539AB

Black with #9539AB

Text Example


Text Example

White with #9539AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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