Html Css Color HEX #9523AA Vivid Violet

📋 copy color: '#9523AA'

red 149 ◦ green 35 ◦ blue 170

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

Shades of Vivid Violet #9523AA

Tints of Vivid Violet #9523AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

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

R = 42.09%
G = 9.89%
B = 48.02%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9523AA (or 0x9523AA) is known color: Vivid Violet. HEX triplet: 95, 23 and AA. RGB value is (149,35,170). Sum of RGB (Red+Green+Blue) = 149+35+170=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #9523AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9523AA is #6ADC55. Grayscale: #545454. Windows color (decimal): -7003222 or 11150229. OLE color: 11150229.

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

Color convert

RGB 149 35 170 -
CMYK 0.12 0.79 0 0.33
HSL 290.67º 0.66% 0.4% -
HSV(B) 290.67º 0.79% 0.67% -
XYZ 20.25 10.49 38.99 -
YUV 84.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 149 35 170 0.12 0.79 0 0.33 290.67 0.66 0.4
Hex 95 23 AA C 4F 0 21 123 42 28
Octal 225 43 252 14 117 0 41 443 102 50
Binary 10010101 100011 10101010 1100 1001111 0 100001 100100011 1000010 101000

Color Harmonies of #9523AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9523AA

Black with #9523AA

Text Example


Text Example

White with #9523AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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