#130843

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

Shades of Violent Violet #130843

Tints of Violent Violet #130843

Color information

#130843 (or 0x130843) is unknown color: approx Violent Violet. HEX triplet: 13, 08 and 43. RGB value is (19,8,67). Sum of RGB (Red+Green+Blue) = 19+8+67=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 67 (26.56% from 255 or 71.28% from 94); Max value from RGB is 67 - color contains mainly: blue. Hex color #130843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130843 is #ECF7BC. Grayscale: #111111. Windows color (decimal): -15529917 or 4392979. OLE color: 4392979.

HSL color Cylindrical-coordinate representation of color #130843: hue angle of 251.19º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130843 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB19867-
CMYK0.720.8800.74
HSL251.19º78.67%14.71%-
HSV(B)251.19º88.06%26.27%-
XYZ1.370.725.38-
YUV18.02155.64128.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 67 (26.56% from 255) = 71.28%
R=20.21%
G=8.51%
B=71.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal198670.720.8800.74251.1978.6714.71
Hex13843485804Afb4ff
Octal2310103110130011237311717
Binary100111000100001110010001011000010010101111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130843; }

 p { color: rgb(19,8,67); }

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

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

 a { background-color: rgb(19,8,67); }

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

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

 span { border-color: rgb(19,8,67); }

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