#250954

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

Shades of Violent Violet #250954

Tints of Violent Violet #250954

Color information

#250954 (or 0x250954) is unknown color: approx Violent Violet. HEX triplet: 25, 09 and 54. RGB value is (37,9,84). Sum of RGB (Red+Green+Blue) = 37+9+84=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #250954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250954 is #DAF6AB. Grayscale: #191919. Windows color (decimal): -14349996 or 5507365. OLE color: 5507365.

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

Color convert

RGB37984-
CMYK0.560.8900.67
HSL262.4º80.65%18.24%-
HSV(B)262.4º89.29%32.94%-
XYZ2.461.238.49-
YUV25.92160.78135.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 84 (33.20% from 255) = 64.62%
R=28.46%
G=6.92%
B=64.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal379840.560.8900.67262.480.6518.24
Hex2595438590431065112
Octal451112470131010340612122
Binary10010110011010100111000101100101000011100000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250954; }

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

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

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

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

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

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

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

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