Html Css Color HEX #952C6E Dark Purple

📋 copy color: '#952C6E'

red 149 ◦ green 44 ◦ blue 110

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

Shades of Dark Purple #952C6E

Tints of Dark Purple #952C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

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

R = 49.17%
G = 14.52%
B = 36.3%

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

#952C6E (or 0x952C6E) is known color: Dark Purple. HEX triplet: 95, 2C and 6E. RGB value is (149,44,110). Sum of RGB (Red+Green+Blue) = 149+44+110=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C6E is #6AD391. Grayscale: #525252. Windows color (decimal): -7000978 or 7220373. OLE color: 7220373.

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

Color convert

RGB 149 44 110 -
CMYK 0 0.70 0.26 0.42
HSL 322.29º 0.54% 0.38% -
HSV(B) 322.29º 0.7% 0.58% -
XYZ 16.11 9.32 15.7 -
YUV 82.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 149 44 110 0 0.70 0.26 0.42 322.29 0.54 0.38
Hex 95 2C 6E 0 46 1A 2A 142 36 26
Octal 225 54 156 0 106 32 52 502 66 46
Binary 10010101 101100 1101110 0 1000110 11010 101010 101000010 110110 100110

Color Harmonies of #952C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C6E

Black with #952C6E

Text Example


Text Example

White with #952C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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