#952278

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

Shades of Dark Purple #952278

Tints of Dark Purple #952278

Color information

#952278 (or 0x952278) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 78. RGB value is (149,34,120). Sum of RGB (Red+Green+Blue) = 149+34+120=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952278 is #6ADD87. Grayscale: #4D4D4D. Windows color (decimal): -7003528 or 7873173. OLE color: 7873173.

HSL color Cylindrical-coordinate representation of color #952278: hue angle of 315.13º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952278 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14934120-
CMYK00.770.190.42
HSL315.13º62.84%35.88%-
HSV(B)315.13º77.18%58.43%-
XYZ16.368.8918.62-
YUV78.19151.6178.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=49.17%
G=11.22%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493412000.770.190.42315.1362.8435.88
Hex95227804D132A13b3f24
Octal22542170011523524737744
Binary1001010110001011110000100110110011101010100111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952278; }

 p { color: rgb(149,34,120); }

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

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

 a { background-color: rgb(149,34,120); }

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

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

 span { border-color: rgb(149,34,120); }

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