Html Css Color HEX #952D74 Dark Purple

📋 copy color: '#952D74'

red 149 ◦ green 45 ◦ blue 116

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

Shades of Dark Purple #952D74

Tints of Dark Purple #952D74

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 48.06%
G = 14.52%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#952D74 (or 0x952D74) is known color: Dark Purple. HEX triplet: 95, 2D and 74. RGB value is (149,45,116). Sum of RGB (Red+Green+Blue) = 149+45+116=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D74 is #6AD28B. Grayscale: #545454. Windows color (decimal): -7000716 or 7613845. OLE color: 7613845.

HSL color Cylindrical-coordinate representation of color #952D74: hue angle of 319.04º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D74 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 116 -
CMYK 0 0.70 0.22 0.42
HSL 319.04º 0.54% 0.38% -
HSV(B) 319.04º 0.7% 0.58% -
XYZ 16.49 9.53 17.49 -
YUV 84.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 149 45 116 0 0.70 0.22 0.42 319.04 0.54 0.38
Hex 95 2D 74 0 46 16 2A 13F 36 26
Octal 225 55 164 0 106 26 52 477 66 46
Binary 10010101 101101 1110100 0 1000110 10110 101010 100111111 110110 100110

Color Harmonies of #952D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D74

Black with #952D74

Text Example


Text Example

White with #952D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,116); }

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

background-color css

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

 a { background-color: rgb(149,45,116); }

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

border-color css

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

 span { border-color: rgb(149,45,116); }

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