#952673

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

Shades of Dark Purple #952673

Tints of Dark Purple #952673

Color information

#952673 (or 0x952673) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 73. RGB value is (149,38,115). Sum of RGB (Red+Green+Blue) = 149+38+115=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952673 is #6AD98C. Grayscale: #4F4F4F. Windows color (decimal): -7002509 or 7546517. OLE color: 7546517.

HSL color Cylindrical-coordinate representation of color #952673: hue angle of 318.38º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952673 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14938115-
CMYK00.740.230.42
HSL318.38º59.36%36.67%-
HSV(B)318.38º74.5%58.43%-
XYZ16.189.0117.11-
YUV79.97147.77177.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=49.34%
G=12.58%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493811500.740.230.42318.3859.3636.67
Hex95267304A172A13e3b25
Octal22546163011227524767345
Binary1001010110011011100110100101010111101010100111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952673; }

 p { color: rgb(149,38,115); }

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

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

 a { background-color: rgb(149,38,115); }

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

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

 span { border-color: rgb(149,38,115); }

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