Html Css Color HEX #9525AA Vivid Violet

📋 copy color: '#9525AA'

red 149 ◦ green 37 ◦ blue 170

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

Shades of Vivid Violet #9525AA

Tints of Vivid Violet #9525AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

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

R = 41.85%
G = 10.39%
B = 47.75%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9525AA (or 0x9525AA) is known color: Vivid Violet. HEX triplet: 95, 25 and AA. RGB value is (149,37,170). Sum of RGB (Red+Green+Blue) = 149+37+170=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #9525AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9525AA is #6ADA55. Grayscale: #555555. Windows color (decimal): -7002710 or 11150741. OLE color: 11150741.

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

Color convert

RGB 149 37 170 -
CMYK 0.12 0.78 0 0.33
HSL 290.53º 0.64% 0.41% -
HSV(B) 290.53º 0.78% 0.67% -
XYZ 20.31 10.61 39.01 -
YUV 85.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 149 37 170 0.12 0.78 0 0.33 290.53 0.64 0.41
Hex 95 25 AA C 4E 0 21 123 40 29
Octal 225 45 252 14 116 0 41 443 100 51
Binary 10010101 100101 10101010 1100 1001110 0 100001 100100011 1000000 101001

Color Harmonies of #9525AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525AA

Black with #9525AA

Text Example


Text Example

White with #9525AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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