#250854

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

Shades of Violent Violet #250854

Tints of Violent Violet #250854

Color information

#250854 (or 0x250854) is unknown color: approx Violent Violet. HEX triplet: 25, 08 and 54. RGB value is (37,8,84). Sum of RGB (Red+Green+Blue) = 37+8+84=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #250854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250854 is #DAF7AB. Grayscale: #191919. Windows color (decimal): -14350252 or 5507109. OLE color: 5507109.

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

Color convert

RGB37884-
CMYK0.560.9000.67
HSL262.89º82.61%18.04%-
HSV(B)262.89º90.48%32.94%-
XYZ2.451.218.49-
YUV25.34161.11136.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 84 (33.20% from 255) = 65.12%
R=28.68%
G=6.20%
B=65.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378840.560.9000.67262.8982.6118.04
Hex25854385A0431075312
Octal451012470132010340712322
Binary10010110001010100111000101101001000011100000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250854; }

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

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

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

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

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

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

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

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