Html Css Color HEX #951A80 Dark Purple

📋 copy color: '#951A80'

red 149 ◦ green 26 ◦ blue 128

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

Shades of Dark Purple #951A80

Tints of Dark Purple #951A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 49.17%
G = 8.58%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#951A80 (or 0x951A80) is known color: Dark Purple. HEX triplet: 95, 1A and 80. RGB value is (149,26,128). Sum of RGB (Red+Green+Blue) = 149+26+128=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #951A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A80 is #6AE57F. Grayscale: #4A4A4A. Windows color (decimal): -7005568 or 8395413. OLE color: 8395413.

HSL color Cylindrical-coordinate representation of color #951A80: hue angle of 310.24º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A80 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 128 -
CMYK 0 0.83 0.14 0.42
HSL 310.24º 0.7% 0.34% -
HSV(B) 310.24º 0.83% 0.58% -
XYZ 16.66 8.69 21.22 -
YUV 74.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 149 26 128 0 0.83 0.14 0.42 310.24 0.7 0.34
Hex 95 1A 80 0 53 E 2A 136 46 22
Octal 225 32 200 0 123 16 52 466 106 42
Binary 10010101 11010 10000000 0 1010011 1110 101010 100110110 1000110 100010

Color Harmonies of #951A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A80

Black with #951A80

Text Example


Text Example

White with #951A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,26,128); }

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

background-color css

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

 a { background-color: rgb(149,26,128); }

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

border-color css

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

 span { border-color: rgb(149,26,128); }

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