Html Css Color HEX #9527AA Vivid Violet

📋 copy color: '#9527AA'

red 149 ◦ green 39 ◦ blue 170

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

Shades of Vivid Violet #9527AA

Tints of Vivid Violet #9527AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 41.62%
G = 10.89%
B = 47.49%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9527AA (or 0x9527AA) is known color: Vivid Violet. HEX triplet: 95, 27 and AA. RGB value is (149,39,170). Sum of RGB (Red+Green+Blue) = 149+39+170=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #9527AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9527AA is #6AD855. Grayscale: #565656. Windows color (decimal): -7002198 or 11151253. OLE color: 11151253.

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

Color convert

RGB 149 39 170 -
CMYK 0.12 0.77 0 0.33
HSL 290.38º 0.63% 0.41% -
HSV(B) 290.38º 0.77% 0.67% -
XYZ 20.38 10.74 39.03 -
YUV 86.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 149 39 170 0.12 0.77 0 0.33 290.38 0.63 0.41
Hex 95 27 AA C 4D 0 21 122 3F 29
Octal 225 47 252 14 115 0 41 442 77 51
Binary 10010101 100111 10101010 1100 1001101 0 100001 100100010 111111 101001

Color Harmonies of #9527AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9527AA

Black with #9527AA

Text Example


Text Example

White with #9527AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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