Html Css Color HEX #952AAA Vivid Violet

📋 copy color: '#952AAA'

red 149 ◦ green 42 ◦ blue 170

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

Shades of Vivid Violet #952AAA

Tints of Vivid Violet #952AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

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

R = 41.27%
G = 11.63%
B = 47.09%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#952AAA (or 0x952AAA) is known color: Vivid Violet. HEX triplet: 95, 2A and AA. RGB value is (149,42,170). Sum of RGB (Red+Green+Blue) = 149+42+170=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #952AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952AAA is #6AD555. Grayscale: #585858. Windows color (decimal): -7001430 or 11152021. OLE color: 11152021.

HSL color Cylindrical-coordinate representation of color #952AAA: hue angle of 290.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952AAA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 42 170 -
CMYK 0.12 0.75 0 0.33
HSL 290.16º 0.6% 0.42% -
HSV(B) 290.16º 0.75% 0.67% -
XYZ 20.48 10.95 39.06 -
YUV 88.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 149 42 170 0.12 0.75 0 0.33 290.16 0.6 0.42
Hex 95 2A AA C 4B 0 21 122 3C 2A
Octal 225 52 252 14 113 0 41 442 74 52
Binary 10010101 101010 10101010 1100 1001011 0 100001 100100010 111100 101010

Color Harmonies of #952AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AAA

Black with #952AAA

Text Example


Text Example

White with #952AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952AAA; }

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

 H1.HeaderClassName
 {
   color: #952AAA;
 }
 .AnyTagClassName
 {
   color: #952AAA;
 }
</style>

background-color css

<style>
 a { background-color: #952AAA; }

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

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

border-color css

<style>
 span { border-color: #952AAA; }

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

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