Html Css Color HEX #951C78 Dark Purple

📋 copy color: '#951C78'

red 149 ◦ green 28 ◦ blue 120

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

Shades of Dark Purple #951C78

Tints of Dark Purple #951C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 50.17%
G = 9.43%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#951C78 (or 0x951C78) is known color: Dark Purple. HEX triplet: 95, 1C and 78. RGB value is (149,28,120). Sum of RGB (Red+Green+Blue) = 149+28+120=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #951C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C78 is #6AE387. Grayscale: #4A4A4A. Windows color (decimal): -7005064 or 7871637. OLE color: 7871637.

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

Color convert

RGB 149 28 120 -
CMYK 0 0.81 0.19 0.42
HSL 314.38º 0.68% 0.35% -
HSV(B) 314.38º 0.81% 0.58% -
XYZ 16.2 8.58 18.57 -
YUV 74.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 149 28 120 0 0.81 0.19 0.42 314.38 0.68 0.35
Hex 95 1C 78 0 51 13 2A 13A 44 23
Octal 225 34 170 0 121 23 52 472 104 43
Binary 10010101 11100 1111000 0 1010001 10011 101010 100111010 1000100 100011

Color Harmonies of #951C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C78

Black with #951C78

Text Example


Text Example

White with #951C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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