#250154

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

Shades of Violent Violet #250154

Tints of Violent Violet #250154

Color information

#250154 (or 0x250154) is unknown color: approx Violent Violet. HEX triplet: 25, 01 and 54. RGB value is (37,1,84). Sum of RGB (Red+Green+Blue) = 37+1+84=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #250154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250154 is #DAFEAB. Grayscale: #141414. Windows color (decimal): -14352044 or 5505317. OLE color: 5505317.

HSL color Cylindrical-coordinate representation of color #250154: hue angle of 266.02º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250154 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37184-
CMYK0.560.9900.67
HSL266.02º97.65%16.67%-
HSV(B)266.02º98.81%32.94%-
XYZ2.371.068.47-
YUV21.23163.43139.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 84 (33.20% from 255) = 68.85%
R=30.33%
G=0.82%
B=68.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal371840.560.9900.67266.0297.6516.67
Hex25154386304310a6211
Octal45112470143010341214221
Binary10010111010100111000110001101000011100001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250154; }

 p { color: rgb(37,1,84); }

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

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

 a { background-color: rgb(37,1,84); }

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

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

 span { border-color: rgb(37,1,84); }

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