Html Css Color HEX #951D76 Dark Purple

📋 copy color: '#951D76'

red 149 ◦ green 29 ◦ blue 118

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

Shades of Dark Purple #951D76

Tints of Dark Purple #951D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 50.34%
G = 9.8%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951D76 (or 0x951D76) is known color: Dark Purple. HEX triplet: 95, 1D and 76. RGB value is (149,29,118). Sum of RGB (Red+Green+Blue) = 149+29+118=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #951D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D76 is #6AE289. Grayscale: #4A4A4A. Windows color (decimal): -7004810 or 7740821. OLE color: 7740821.

HSL color Cylindrical-coordinate representation of color #951D76: hue angle of 315.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D76 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 118 -
CMYK 0 0.81 0.21 0.42
HSL 315.5º 0.67% 0.35% -
HSV(B) 315.5º 0.81% 0.58% -
XYZ 16.1 8.58 17.95 -
YUV 75.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 149 29 118 0 0.81 0.21 0.42 315.5 0.67 0.35
Hex 95 1D 76 0 51 15 2A 13C 43 23
Octal 225 35 166 0 121 25 52 474 103 43
Binary 10010101 11101 1110110 0 1010001 10101 101010 100111100 1000011 100011

Color Harmonies of #951D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D76

Black with #951D76

Text Example


Text Example

White with #951D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D76; }

 p { color: rgb(149,29,118); }

 H1.HeaderClassName
 {
   color: #951D76;
 }
 .AnyTagClassName
 {
   color: #951D76;
 }
</style>

background-color css

<style>
 a { background-color: #951D76; }

 a { background-color: rgb(149,29,118); }

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

border-color css

<style>
 span { border-color: #951D76; }

 span { border-color: rgb(149,29,118); }

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