Html Css Color HEX #952791 Dark Purple

📋 copy color: '#952791'

red 149 ◦ green 39 ◦ blue 145

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

Shades of Dark Purple #952791

Tints of Dark Purple #952791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.71%

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

R = 44.74%
G = 11.71%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952791 (or 0x952791) is known color: Dark Purple. HEX triplet: 95, 27 and 91. RGB value is (149,39,145). Sum of RGB (Red+Green+Blue) = 149+39+145=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952791 is #6AD86E. Grayscale: #535353. Windows color (decimal): -7002223 or 9512853. OLE color: 9512853.

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

Color convert

RGB 149 39 145 -
CMYK 0 0.74 0.03 0.42
HSL 302.18º 0.59% 0.37% -
HSV(B) 302.18º 0.74% 0.58% -
XYZ 18.23 9.88 27.74 -
YUV 83.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 149 39 145 0 0.74 0.03 0.42 302.18 0.59 0.37
Hex 95 27 91 0 4A 3 2A 12E 3B 25
Octal 225 47 221 0 112 3 52 456 73 45
Binary 10010101 100111 10010001 0 1001010 11 101010 100101110 111011 100101

Color Harmonies of #952791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952791

Black with #952791

Text Example


Text Example

White with #952791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952791; }

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

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

background-color css

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

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

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

border-color css

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

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

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