Html Css Color HEX #952291 Dark Purple

📋 copy color: '#952291'

red 149 ◦ green 34 ◦ blue 145

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

Shades of Dark Purple #952291

Tints of Dark Purple #952291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 45.43%
G = 10.37%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952291 (or 0x952291) is known color: Dark Purple. HEX triplet: 95, 22 and 91. RGB value is (149,34,145). Sum of RGB (Red+Green+Blue) = 149+34+145=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #952291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952291 is #6ADD6E. Grayscale: #505050. Windows color (decimal): -7003503 or 9511573. OLE color: 9511573.

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

Color convert

RGB 149 34 145 -
CMYK 0 0.77 0.03 0.42
HSL 302.09º 0.63% 0.36% -
HSV(B) 302.09º 0.77% 0.58% -
XYZ 18.08 9.58 27.68 -
YUV 81.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 149 34 145 0 0.77 0.03 0.42 302.09 0.63 0.36
Hex 95 22 91 0 4D 3 2A 12E 3F 24
Octal 225 42 221 0 115 3 52 456 77 44
Binary 10010101 100010 10010001 0 1001101 11 101010 100101110 111111 100100

Color Harmonies of #952291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952291

Black with #952291

Text Example


Text Example

White with #952291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952291; }

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

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

background-color css

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

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

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

border-color css

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

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

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