#951B8F

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

Shades of Dark Purple #951B8F

Tints of Dark Purple #951B8F

Color information

#951B8F (or 0x951B8F) is unknown color: approx Dark Purple. HEX triplet: 95, 1B and 8F. RGB value is (149,27,143). Sum of RGB (Red+Green+Blue) = 149+27+143=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #951B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B8F is #6AE470. Grayscale: #4C4C4C. Windows color (decimal): -7005297 or 9378709. OLE color: 9378709.

HSL color Cylindrical-coordinate representation of color #951B8F: hue angle of 302.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B8F is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14927143-
CMYK00.820.040.42
HSL302.95º69.32%34.51%-
HSV(B)302.95º81.88%58.43%-
XYZ17.749.1626.82-
YUV76.7165.42179.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=46.71%
G=8.46%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492714300.820.040.42302.9569.3234.51
Hex951B8F05242A12f4523
Octal22533217012245245710543
Binary100101011101110001111010100101001010101001011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,27,143); }

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

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

 a { background-color: rgb(149,27,143); }

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

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

 span { border-color: rgb(149,27,143); }

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