#951476

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

Shades of Dark Purple #951476

Tints of Dark Purple #951476

Color information

#951476 (or 0x951476) is unknown color: approx Dark Purple. HEX triplet: 95, 14 and 76. RGB value is (149,20,118). Sum of RGB (Red+Green+Blue) = 149+20+118=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951476 is #6AEB89. Grayscale: #454545. Windows color (decimal): -7007114 or 7738517. OLE color: 7738517.

HSL color Cylindrical-coordinate representation of color #951476: hue angle of 314.42º degrees, saturation: 0.76, 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 #951476 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14920118-
CMYK00.870.210.42
HSL314.42º76.33%33.14%-
HSV(B)314.42º86.58%58.43%-
XYZ15.918.217.88-
YUV69.74155.24184.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=51.92%
G=6.97%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492011800.870.210.42314.4276.3333.14
Hex951476057152A13a4c21
Octal225241660127255247211441
Binary1001010110100111011001010111101011010101001110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951476; }

 p { color: rgb(149,20,118); }

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

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

 a { background-color: rgb(149,20,118); }

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

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

 span { border-color: rgb(149,20,118); }

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