Html Css Color HEX #9528AA Vivid Violet

📋 copy color: '#9528AA'

red 149 ◦ green 40 ◦ blue 170

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

Shades of Vivid Violet #9528AA

Tints of Vivid Violet #9528AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.14%

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

R = 41.5%
G = 11.14%
B = 47.35%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9528AA (or 0x9528AA) is known color: Vivid Violet. HEX triplet: 95, 28 and AA. RGB value is (149,40,170). Sum of RGB (Red+Green+Blue) = 149+40+170=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #9528AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9528AA is #6AD755. Grayscale: #575757. Windows color (decimal): -7001942 or 11151509. OLE color: 11151509.

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

Color convert

RGB 149 40 170 -
CMYK 0.12 0.76 0 0.33
HSL 290.31º 0.62% 0.41% -
HSV(B) 290.31º 0.76% 0.67% -
XYZ 20.41 10.81 39.04 -
YUV 87.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 149 40 170 0.12 0.76 0 0.33 290.31 0.62 0.41
Hex 95 28 AA C 4C 0 21 122 3E 29
Octal 225 50 252 14 114 0 41 442 76 51
Binary 10010101 101000 10101010 1100 1001100 0 100001 100100010 111110 101001

Color Harmonies of #9528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528AA

Black with #9528AA

Text Example


Text Example

White with #9528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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