#1D0952

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

Shades of Violent Violet #1D0952

Tints of Violent Violet #1D0952

Color information

#1D0952 (or 0x1D0952) is unknown color: approx Violent Violet. HEX triplet: 1D, 09 and 52. RGB value is (29,9,82). Sum of RGB (Red+Green+Blue) = 29+9+82=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0952 is #E2F6AD. Grayscale: #171717. Windows color (decimal): -14874286 or 5376285. OLE color: 5376285.

HSL color Cylindrical-coordinate representation of color #1D0952: hue angle of 256.44º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0952 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB29982-
CMYK0.650.8900.68
HSL256.44º80.22%17.84%-
HSV(B)256.44º89.02%32.16%-
XYZ2.131.078.08-
YUV23.3161.13132.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 82 (32.42% from 255) = 68.33%
R=24.17%
G=7.5%
B=68.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal299820.650.8900.68256.4480.2217.84
Hex1D95241590441005012
Octal3511122101131010440012022
Binary11101100110100101000001101100101000100100000000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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