#17094B

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

Shades of Violent Violet #17094B

Tints of Violent Violet #17094B

Color information

#17094B (or 0x17094B) is unknown color: approx Violent Violet. HEX triplet: 17, 09 and 4B. RGB value is (23,9,75). Sum of RGB (Red+Green+Blue) = 23+9+75=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #17094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17094B is #E8F6B4. Grayscale: #141414. Windows color (decimal): -15267509 or 4917527. OLE color: 4917527.

HSL color Cylindrical-coordinate representation of color #17094B: hue angle of 252.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17094B is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23975-
CMYK0.690.8800.71
HSL252.73º78.57%16.47%-
HSV(B)252.73º88%29.41%-
XYZ1.720.896.74-
YUV20.71158.64129.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=21.50%
G=8.41%
B=70.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal239750.690.8800.71252.7378.5716.47
Hex1794B4558047fd4f10
Octal2711113105130010737511720
Binary1011110011001011100010110110000100011111111101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17094B; }

 p { color: rgb(23,9,75); }

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

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

 a { background-color: rgb(23,9,75); }

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

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

 span { border-color: rgb(23,9,75); }

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