Html Css Color HEX #951C76 Dark Purple

📋 copy color: '#951C76'

red 149 ◦ green 28 ◦ blue 118

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

Shades of Dark Purple #951C76

Tints of Dark Purple #951C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 50.51%
G = 9.49%
B = 40%

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

#951C76 (or 0x951C76) is known color: Dark Purple. HEX triplet: 95, 1C and 76. RGB value is (149,28,118). Sum of RGB (Red+Green+Blue) = 149+28+118=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C76 is #6AE389. Grayscale: #4A4A4A. Windows color (decimal): -7005066 or 7740565. OLE color: 7740565.

HSL color Cylindrical-coordinate representation of color #951C76: hue angle of 315.37º degrees, saturation: 0.68, 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 #951C76 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 118 -
CMYK 0 0.81 0.21 0.42
HSL 315.37º 0.68% 0.35% -
HSV(B) 315.37º 0.81% 0.58% -
XYZ 16.08 8.53 17.94 -
YUV 74.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 149 28 118 0 0.81 0.21 0.42 315.37 0.68 0.35
Hex 95 1C 76 0 51 15 2A 13B 44 23
Octal 225 34 166 0 121 25 52 473 104 43
Binary 10010101 11100 1110110 0 1010001 10101 101010 100111011 1000100 100011

Color Harmonies of #951C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C76

Black with #951C76

Text Example


Text Example

White with #951C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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