Html Css Color HEX #952C6F Dark Purple

📋 copy color: '#952C6F'

red 149 ◦ green 44 ◦ blue 111

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

Shades of Dark Purple #952C6F

Tints of Dark Purple #952C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 49.01%
G = 14.47%
B = 36.51%

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

#952C6F (or 0x952C6F) is known color: Dark Purple. HEX triplet: 95, 2C and 6F. RGB value is (149,44,111). Sum of RGB (Red+Green+Blue) = 149+44+111=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C6F is #6AD390. Grayscale: #525252. Windows color (decimal): -7000977 or 7285909. OLE color: 7285909.

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

Color convert

RGB 149 44 111 -
CMYK 0 0.70 0.26 0.42
HSL 321.71º 0.54% 0.38% -
HSV(B) 321.71º 0.7% 0.58% -
XYZ 16.16 9.34 15.99 -
YUV 83.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 149 44 111 0 0.70 0.26 0.42 321.71 0.54 0.38
Hex 95 2C 6F 0 46 1A 2A 142 36 26
Octal 225 54 157 0 106 32 52 502 66 46
Binary 10010101 101100 1101111 0 1000110 11010 101010 101000010 110110 100110

Color Harmonies of #952C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C6F

Black with #952C6F

Text Example


Text Example

White with #952C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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