Html Css Color HEX #952C7C Dark Purple

📋 copy color: '#952C7C'

red 149 ◦ green 44 ◦ blue 124

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

Shades of Dark Purple #952C7C

Tints of Dark Purple #952C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 47%
G = 13.88%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#952C7C (or 0x952C7C) is known color: Dark Purple. HEX triplet: 95, 2C and 7C. RGB value is (149,44,124). Sum of RGB (Red+Green+Blue) = 149+44+124=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C7C is #6AD383. Grayscale: #545454. Windows color (decimal): -7000964 or 8137877. OLE color: 8137877.

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

Color convert

RGB 149 44 124 -
CMYK 0 0.70 0.17 0.42
HSL 314.29º 0.54% 0.38% -
HSV(B) 314.29º 0.7% 0.58% -
XYZ 16.93 9.65 20.04 -
YUV 84.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 149 44 124 0 0.70 0.17 0.42 314.29 0.54 0.38
Hex 95 2C 7C 0 46 11 2A 13A 36 26
Octal 225 54 174 0 106 21 52 472 66 46
Binary 10010101 101100 1111100 0 1000110 10001 101010 100111010 110110 100110

Color Harmonies of #952C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C7C

Black with #952C7C

Text Example


Text Example

White with #952C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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