Html Css Color HEX #952F72 Dark Purple

📋 copy color: '#952F72'

red 149 ◦ green 47 ◦ blue 114

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

Shades of Dark Purple #952F72

Tints of Dark Purple #952F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 48.06%
G = 15.16%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952F72 (or 0x952F72) is known color: Dark Purple. HEX triplet: 95, 2F and 72. RGB value is (149,47,114). Sum of RGB (Red+Green+Blue) = 149+47+114=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F72 is #6AD08D. Grayscale: #545454. Windows color (decimal): -7000206 or 7483285. OLE color: 7483285.

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

Color convert

RGB 149 47 114 -
CMYK 0 0.68 0.23 0.42
HSL 320.59º 0.52% 0.38% -
HSV(B) 320.59º 0.68% 0.58% -
XYZ 16.45 9.64 16.91 -
YUV 85.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 149 47 114 0 0.68 0.23 0.42 320.59 0.52 0.38
Hex 95 2F 72 0 44 17 2A 141 34 26
Octal 225 57 162 0 104 27 52 501 64 46
Binary 10010101 101111 1110010 0 1000100 10111 101010 101000001 110100 100110

Color Harmonies of #952F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F72

Black with #952F72

Text Example


Text Example

White with #952F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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