#150148

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

Shades of Violent Violet #150148

Tints of Violent Violet #150148

Color information

#150148 (or 0x150148) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 48. RGB value is (21,1,72). Sum of RGB (Red+Green+Blue) = 21+1+72=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #150148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150148 is #EAFEB7. Grayscale: #0E0E0E. Windows color (decimal): -15400632 or 4718869. OLE color: 4718869.

HSL color Cylindrical-coordinate representation of color #150148: hue angle of 256.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150148 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21172-
CMYK0.710.9900.72
HSL256.9º97.26%14.31%-
HSV(B)256.9º98.61%28.24%-
XYZ1.490.656.18-
YUV15.07160.13132.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=22.34%
G=1.06%
B=76.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal211720.710.9900.72256.997.2614.31
Hex15148476304810161e
Octal251110107143011040114116
Binary1010111001000100011111000110100100010000000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150148; }

 p { color: rgb(21,1,72); }

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

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

 a { background-color: rgb(21,1,72); }

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

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

 span { border-color: rgb(21,1,72); }

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