#1D0955

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

Shades of Violent Violet #1D0955

Tints of Violent Violet #1D0955

Color information

#1D0955 (or 0x1D0955) is unknown color: approx Violent Violet. HEX triplet: 1D, 09 and 55. RGB value is (29,9,85). Sum of RGB (Red+Green+Blue) = 29+9+85=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D0955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0955 is #E2F6AA. Grayscale: #171717. Windows color (decimal): -14874283 or 5572893. OLE color: 5572893.

HSL color Cylindrical-coordinate representation of color #1D0955: hue angle of 255.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0955 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB29985-
CMYK0.660.8900.67
HSL255.79º80.85%18.43%-
HSV(B)255.79º89.41%33.33%-
XYZ2.241.118.69-
YUV23.64162.63131.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 85 (33.59% from 255) = 69.11%
R=23.58%
G=7.32%
B=69.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal299850.660.8900.67255.7980.8518.43
Hex1D95542590431005112
Octal3511125102131010340012122
Binary11101100110101011000010101100101000011100000000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,85); }

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

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

 a { background-color: rgb(29,9,85); }

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

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

 span { border-color: rgb(29,9,85); }

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