Html Css Color HEX #952AAB Vivid Violet

📋 copy color: '#952AAB'

red 149 ◦ green 42 ◦ blue 171

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

Shades of Vivid Violet #952AAB

Tints of Vivid Violet #952AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 41.16%
G = 11.6%
B = 47.24%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#952AAB (or 0x952AAB) is known color: Vivid Violet. HEX triplet: 95, 2A and AB. RGB value is (149,42,171). Sum of RGB (Red+Green+Blue) = 149+42+171=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #952AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952AAB is #6AD554. Grayscale: #585858. Windows color (decimal): -7001429 or 11217557. OLE color: 11217557.

HSL color Cylindrical-coordinate representation of color #952AAB: hue angle of 289.77º degrees, saturation: 0.61, 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 #952AAB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 42 171 -
CMYK 0.13 0.75 0 0.33
HSL 289.77º 0.61% 0.42% -
HSV(B) 289.77º 0.75% 0.67% -
XYZ 20.57 10.99 39.56 -
YUV 88.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 149 42 171 0.13 0.75 0 0.33 289.77 0.61 0.42
Hex 95 2A AB D 4B 0 21 122 3D 2A
Octal 225 52 253 15 113 0 41 442 75 52
Binary 10010101 101010 10101011 1101 1001011 0 100001 100100010 111101 101010

Color Harmonies of #952AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AAB

Black with #952AAB

Text Example


Text Example

White with #952AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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