#954085

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

Shades of Dark Purple #954085

Tints of Dark Purple #954085

Color information

#954085 (or 0x954085) is unknown color: approx Dark Purple. HEX triplet: 95, 40 and 85. RGB value is (149,64,133). Sum of RGB (Red+Green+Blue) = 149+64+133=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #954085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954085 is #6ABF7A. Grayscale: #616161. Windows color (decimal): -6995835 or 8732821. OLE color: 8732821.

HSL color Cylindrical-coordinate representation of color #954085: hue angle of 311.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954085 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14964133-
CMYK00.570.110.42
HSL311.29º39.91%41.76%-
HSV(B)311.29º57.05%58.43%-
XYZ18.4611.7523.49-
YUV97.28148.16164.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=43.06%
G=18.50%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496413300.570.110.42311.2939.9141.76
Hex954085039B2A137282a
Octal22510020507113524675052
Binary1001010110000001000010101110011011101010100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954085; }

 p { color: rgb(149,64,133); }

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

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

 a { background-color: rgb(149,64,133); }

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

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

 span { border-color: rgb(149,64,133); }

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