Html Css Color HEX #952D6E Dark Purple

📋 copy color: '#952D6E'

red 149 ◦ green 45 ◦ blue 110

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

Shades of Dark Purple #952D6E

Tints of Dark Purple #952D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 49.01%
G = 14.8%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#952D6E (or 0x952D6E) is known color: Dark Purple. HEX triplet: 95, 2D and 6E. RGB value is (149,45,110). Sum of RGB (Red+Green+Blue) = 149+45+110=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D6E is #6AD291. Grayscale: #535353. Windows color (decimal): -7000722 or 7220629. OLE color: 7220629.

HSL color Cylindrical-coordinate representation of color #952D6E: hue angle of 322.5º 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 #952D6E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 110 -
CMYK 0 0.70 0.26 0.42
HSL 322.5º 0.54% 0.38% -
HSV(B) 322.5º 0.7% 0.58% -
XYZ 16.15 9.39 15.71 -
YUV 83.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 149 45 110 0 0.70 0.26 0.42 322.5 0.54 0.38
Hex 95 2D 6E 0 46 1A 2A 142 36 26
Octal 225 55 156 0 106 32 52 502 66 46
Binary 10010101 101101 1101110 0 1000110 11010 101010 101000010 110110 100110

Color Harmonies of #952D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D6E

Black with #952D6E

Text Example


Text Example

White with #952D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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