Html Css Color HEX #952E91 Vivid Violet

📋 copy color: '#952E91'

red 149 ◦ green 46 ◦ blue 145

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

Shades of Vivid Violet #952E91

Tints of Vivid Violet #952E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.53%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 43.82%
G = 13.53%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952E91 (or 0x952E91) is known color: Vivid Violet. HEX triplet: 95, 2E and 91. RGB value is (149,46,145). Sum of RGB (Red+Green+Blue) = 149+46+145=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #952E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E91 is #6AD16E. Grayscale: #575757. Windows color (decimal): -7000431 or 9514645. OLE color: 9514645.

HSL color Cylindrical-coordinate representation of color #952E91: hue angle of 302.33º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E91 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 145 -
CMYK 0 0.69 0.03 0.42
HSL 302.33º 0.53% 0.38% -
HSV(B) 302.33º 0.69% 0.58% -
XYZ 18.48 10.39 27.82 -
YUV 88.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 149 46 145 0 0.69 0.03 0.42 302.33 0.53 0.38
Hex 95 2E 91 0 45 3 2A 12E 35 26
Octal 225 56 221 0 105 3 52 456 65 46
Binary 10010101 101110 10010001 0 1000101 11 101010 100101110 110101 100110

Color Harmonies of #952E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E91

Black with #952E91

Text Example


Text Example

White with #952E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,46,145); }

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

background-color css

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

 a { background-color: rgb(149,46,145); }

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

border-color css

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

 span { border-color: rgb(149,46,145); }

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