#951B7B

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

Shades of Dark Purple #951B7B

Tints of Dark Purple #951B7B

Color information

#951B7B (or 0x951B7B) is unknown color: approx Dark Purple. HEX triplet: 95, 1B and 7B. RGB value is (149,27,123). Sum of RGB (Red+Green+Blue) = 149+27+123=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #951B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B7B is #6AE484. Grayscale: #4A4A4A. Windows color (decimal): -7005317 or 8067989. OLE color: 8067989.

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

Color convert

RGB14927123-
CMYK00.820.170.42
HSL312.79º69.32%34.51%-
HSV(B)312.79º81.88%58.43%-
XYZ16.368.619.54-
YUV74.42155.42181.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 27 (10.94% from 255) = 9.03%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=49.83%
G=9.03%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492712300.820.170.42312.7969.3234.51
Hex951B7B052112A1394523
Octal225331730122215247110543
Binary1001010111011111101101010010100011010101001110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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