#951383

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

Shades of Dark Purple #951383

Tints of Dark Purple #951383

Color information

#951383 (or 0x951383) is unknown color: approx Dark Purple. HEX triplet: 95, 13 and 83. RGB value is (149,19,131). Sum of RGB (Red+Green+Blue) = 149+19+131=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #951383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951383 is #6AEC7C. Grayscale: #464646. Windows color (decimal): -7007357 or 8590229. OLE color: 8590229.

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

Color convert

RGB14919131-
CMYK00.870.120.42
HSL308.31º77.38%32.94%-
HSV(B)308.31º87.25%58.43%-
XYZ16.728.4922.23-
YUV70.64162.07183.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=49.83%
G=6.35%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491913100.870.120.42308.3177.3832.94
Hex951383057C2A1344d21
Octal225232030127145246411541
Binary1001010110011100000110101011111001010101001101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951383; }

 p { color: rgb(149,19,131); }

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

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

 a { background-color: rgb(149,19,131); }

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

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

 span { border-color: rgb(149,19,131); }

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