#951775

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

Shades of Dark Purple #951775

Tints of Dark Purple #951775

Color information

#951775 (or 0x951775) is unknown color: approx Dark Purple. HEX triplet: 95, 17 and 75. RGB value is (149,23,117). Sum of RGB (Red+Green+Blue) = 149+23+117=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #951775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951775 is #6AE88A. Grayscale: #474747. Windows color (decimal): -7006347 or 7673749. OLE color: 7673749.

HSL color Cylindrical-coordinate representation of color #951775: hue angle of 315.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951775 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14923117-
CMYK00.850.210.42
HSL315.24º73.26%33.73%-
HSV(B)315.24º84.56%58.43%-
XYZ15.918.2917.59-
YUV71.39153.74183.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 23 (9.38% from 255) = 7.96%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=51.56%
G=7.96%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492311700.850.210.42315.2473.2633.73
Hex951775055152A13b4922
Octal225271650125255247311142
Binary1001010110111111010101010101101011010101001110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951775; }

 p { color: rgb(149,23,117); }

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

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

 a { background-color: rgb(149,23,117); }

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

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

 span { border-color: rgb(149,23,117); }

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