Html Css Color HEX #952AA0 Vivid Violet

📋 copy color: '#952AA0'

red 149 ◦ green 42 ◦ blue 160

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

Shades of Vivid Violet #952AA0

Tints of Vivid Violet #952AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 42.45%
G = 11.97%
B = 45.58%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#952AA0 (or 0x952AA0) is known color: Vivid Violet. HEX triplet: 95, 2A and A0. RGB value is (149,42,160). Sum of RGB (Red+Green+Blue) = 149+42+160=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #952AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952AA0 is #6AD55F. Grayscale: #575757. Windows color (decimal): -7001440 or 10496661. OLE color: 10496661.

HSL color Cylindrical-coordinate representation of color #952AA0: hue angle of 294.41º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952AA0 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 42 160 -
CMYK 0.07 0.74 0 0.37
HSL 294.41º 0.58% 0.4% -
HSV(B) 294.41º 0.74% 0.63% -
XYZ 19.57 10.58 34.27 -
YUV 87.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 149 42 160 0.07 0.74 0 0.37 294.41 0.58 0.4
Hex 95 2A A0 7 4A 0 25 126 3A 28
Octal 225 52 240 7 112 0 45 446 72 50
Binary 10010101 101010 10100000 111 1001010 0 100101 100100110 111010 101000

Color Harmonies of #952AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AA0

Black with #952AA0

Text Example


Text Example

White with #952AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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