Html Css Color HEX #952191 Dark Purple

📋 copy color: '#952191'

red 149 ◦ green 33 ◦ blue 145

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

Shades of Dark Purple #952191

Tints of Dark Purple #952191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.09%

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

R = 45.57%
G = 10.09%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952191 (or 0x952191) is known color: Dark Purple. HEX triplet: 95, 21 and 91. RGB value is (149,33,145). Sum of RGB (Red+Green+Blue) = 149+33+145=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952191 is #6ADE6E. Grayscale: #505050. Windows color (decimal): -7003759 or 9511317. OLE color: 9511317.

HSL color Cylindrical-coordinate representation of color #952191: hue angle of 302.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952191 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 145 -
CMYK 0 0.78 0.03 0.42
HSL 302.07º 0.64% 0.36% -
HSV(B) 302.07º 0.78% 0.58% -
XYZ 18.05 9.52 27.67 -
YUV 80.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 149 33 145 0 0.78 0.03 0.42 302.07 0.64 0.36
Hex 95 21 91 0 4E 3 2A 12E 40 24
Octal 225 41 221 0 116 3 52 456 100 44
Binary 10010101 100001 10010001 0 1001110 11 101010 100101110 1000000 100100

Color Harmonies of #952191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952191

Black with #952191

Text Example


Text Example

White with #952191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952191; }

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

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

background-color css

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

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

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

border-color css

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

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

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