Html Css Color HEX #9530AA Vivid Violet

📋 copy color: '#9530AA'

red 149 ◦ green 48 ◦ blue 170

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

Shades of Vivid Violet #9530AA

Tints of Vivid Violet #9530AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 40.6%
G = 13.08%
B = 46.32%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9530AA (or 0x9530AA) is known color: Vivid Violet. HEX triplet: 95, 30 and AA. RGB value is (149,48,170). Sum of RGB (Red+Green+Blue) = 149+48+170=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #9530AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9530AA is #6ACF55. Grayscale: #5B5B5B. Windows color (decimal): -6999894 or 11153557. OLE color: 11153557.

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

Color convert

RGB 149 48 170 -
CMYK 0.12 0.72 0 0.33
HSL 289.67º 0.56% 0.43% -
HSV(B) 289.67º 0.72% 0.67% -
XYZ 20.71 11.41 39.14 -
YUV 92.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 149 48 170 0.12 0.72 0 0.33 289.67 0.56 0.43
Hex 95 30 AA C 48 0 21 122 38 2B
Octal 225 60 252 14 110 0 41 442 70 53
Binary 10010101 110000 10101010 1100 1001000 0 100001 100100010 111000 101011

Color Harmonies of #9530AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530AA

Black with #9530AA

Text Example


Text Example

White with #9530AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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