#1F0959

Color #1F0959 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #1F0959

Tints of Violent Violet #1F0959

Color information

#1F0959 (or 0x1F0959) is unknown color: approx Violent Violet. HEX triplet: 1F, 09 and 59. RGB value is (31,9,89). Sum of RGB (Red+Green+Blue) = 31+9+89=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0959 is #E0F6A6. Grayscale: #181818. Windows color (decimal): -14743207 or 5835039. OLE color: 5835039.

HSL color Cylindrical-coordinate representation of color #1F0959: hue angle of 256.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0959 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31989-
CMYK0.650.9000.65
HSL256.5º81.63%19.22%-
HSV(B)256.5º89.89%34.9%-
XYZ2.471.219.55-
YUV24.7164.29132.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 89 (35.16% from 255) = 68.99%
R=24.03%
G=6.98%
B=68.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal319890.650.9000.65256.581.6319.22
Hex1F959415A0411005213
Octal3711131101132010140012223
Binary11111100110110011000001101101001000001100000000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0959; }

 p { color: rgb(31,9,89); }

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

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

 a { background-color: rgb(31,9,89); }

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

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

 span { border-color: rgb(31,9,89); }

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