Html Css Color HEX #952272 Dark Purple

📋 copy color: '#952272'

red 149 ◦ green 34 ◦ blue 114

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

Shades of Dark Purple #952272

Tints of Dark Purple #952272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 50.17%
G = 11.45%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952272 (or 0x952272) is known color: Dark Purple. HEX triplet: 95, 22 and 72. RGB value is (149,34,114). Sum of RGB (Red+Green+Blue) = 149+34+114=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #952272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952272 is #6ADD8D. Grayscale: #4D4D4D. Windows color (decimal): -7003534 or 7479957. OLE color: 7479957.

HSL color Cylindrical-coordinate representation of color #952272: hue angle of 318.26º 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 #952272 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 114 -
CMYK 0 0.77 0.23 0.42
HSL 318.26º 0.63% 0.36% -
HSV(B) 318.26º 0.77% 0.58% -
XYZ 16 8.75 16.76 -
YUV 77.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 149 34 114 0 0.77 0.23 0.42 318.26 0.63 0.36
Hex 95 22 72 0 4D 17 2A 13E 3F 24
Octal 225 42 162 0 115 27 52 476 77 44
Binary 10010101 100010 1110010 0 1001101 10111 101010 100111110 111111 100100

Color Harmonies of #952272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952272

Black with #952272

Text Example


Text Example

White with #952272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952272; }

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

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

background-color css

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

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

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

border-color css

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

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

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