Html Css Color HEX #951380 Dark Purple

📋 copy color: '#951380'

red 149 ◦ green 19 ◦ blue 128

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

Shades of Dark Purple #951380

Tints of Dark Purple #951380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 50.34%
G = 6.42%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#951380 (or 0x951380) is known color: Dark Purple. HEX triplet: 95, 13 and 80. RGB value is (149,19,128). Sum of RGB (Red+Green+Blue) = 149+19+128=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #951380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951380 is #6AEC7F. Grayscale: #454545. Windows color (decimal): -7007360 or 8393621. OLE color: 8393621.

HSL color Cylindrical-coordinate representation of color #951380: hue angle of 309.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951380 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 128 -
CMYK 0 0.87 0.14 0.42
HSL 309.69º 0.77% 0.33% -
HSV(B) 309.69º 0.87% 0.58% -
XYZ 16.52 8.41 21.18 -
YUV 70.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 149 19 128 0 0.87 0.14 0.42 309.69 0.77 0.33
Hex 95 13 80 0 57 E 2A 136 4D 21
Octal 225 23 200 0 127 16 52 466 115 41
Binary 10010101 10011 10000000 0 1010111 1110 101010 100110110 1001101 100001

Color Harmonies of #951380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951380

Black with #951380

Text Example


Text Example

White with #951380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951380; }

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

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

background-color css

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

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

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

border-color css

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

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

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