#951A88

Color #951A88 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #951A88

Tints of Dark Purple #951A88

Color information

#951A88 (or 0x951A88) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 88. RGB value is (149,26,136). Sum of RGB (Red+Green+Blue) = 149+26+136=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #951A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A88 is #6AE577. Grayscale: #4B4B4B. Windows color (decimal): -7005560 or 8919701. OLE color: 8919701.

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

Color convert

RGB14926136-
CMYK00.830.090.42
HSL306.34º70.29%34.31%-
HSV(B)306.34º82.55%58.43%-
XYZ17.218.9124.1-
YUV75.32162.25180.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 26 (10.55% from 255) = 8.36%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=47.91%
G=8.36%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492613600.830.090.42306.3470.2934.31
Hex951A8805392A1324622
Octal225322100123115246210642
Binary1001010111010100010000101001110011010101001100101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #951A88;
 }
 .AnyTagClassName
 {
   color: #951A88;
 }
</style>
background-color css

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

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

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

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

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

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