#1A093D

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

Shades of Violent Violet #1A093D

Tints of Violent Violet #1A093D

Color information

#1A093D (or 0x1A093D) is unknown color: approx Violent Violet. HEX triplet: 1A, 09 and 3D. RGB value is (26,9,61). Sum of RGB (Red+Green+Blue) = 26+9+61=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A093D is #E5F6C2. Grayscale: #131313. Windows color (decimal): -15070915 or 4000026. OLE color: 4000026.

HSL color Cylindrical-coordinate representation of color #1A093D: hue angle of 259.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A093D is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB26961-
CMYK0.570.8500.76
HSL259.62º74.29%13.73%-
HSV(B)259.62º85.25%23.92%-
XYZ1.370.754.49-
YUV20.01151.13132.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.08%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 61 (24.22% from 255) = 63.54%
R=27.08%
G=9.38%
B=63.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal269610.570.8500.76259.6274.2913.73
Hex1A93D395504C1044ae
Octal32117571125011440411216
Binary11010100111110111100110101010100110010000010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,9,61); }

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

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

 a { background-color: rgb(26,9,61); }

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

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

 span { border-color: rgb(26,9,61); }

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