Html Css Color HEX #9537AA Vivid Violet

📋 copy color: '#9537AA'

red 149 ◦ green 55 ◦ blue 170

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

Shades of Vivid Violet #9537AA

Tints of Vivid Violet #9537AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.71%

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

R = 39.84%
G = 14.71%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9537AA (or 0x9537AA) is known color: Vivid Violet. HEX triplet: 95, 37 and AA. RGB value is (149,55,170). Sum of RGB (Red+Green+Blue) = 149+55+170=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #9537AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9537AA is #6AC855. Grayscale: #5F5F5F. Windows color (decimal): -6998102 or 11155349. OLE color: 11155349.

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

Color convert

RGB 149 55 170 -
CMYK 0.12 0.68 0 0.33
HSL 289.04º 0.51% 0.44% -
HSV(B) 289.04º 0.68% 0.67% -
XYZ 21.02 12.02 39.24 -
YUV 96.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 149 55 170 0.12 0.68 0 0.33 289.04 0.51 0.44
Hex 95 37 AA C 44 0 21 121 33 2C
Octal 225 67 252 14 104 0 41 441 63 54
Binary 10010101 110111 10101010 1100 1000100 0 100001 100100001 110011 101100

Color Harmonies of #9537AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9537AA

Black with #9537AA

Text Example


Text Example

White with #9537AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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