#250853

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

Shades of Violent Violet #250853

Tints of Violent Violet #250853

Color information

#250853 (or 0x250853) is unknown color: approx Violent Violet. HEX triplet: 25, 08 and 53. RGB value is (37,8,83). Sum of RGB (Red+Green+Blue) = 37+8+83=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #250853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250853 is #DAF7AC. Grayscale: #181818. Windows color (decimal): -14350253 or 5441573. OLE color: 5441573.

HSL color Cylindrical-coordinate representation of color #250853: hue angle of 263.2º degrees, saturation: 0.82, 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 #250853 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37883-
CMYK0.550.9000.67
HSL263.2º82.42%17.84%-
HSV(B)263.2º90.36%32.55%-
XYZ2.411.198.29-
YUV25.22160.61136.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=28.91%
G=6.25%
B=64.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378830.550.9000.67263.282.4217.84
Hex25853375A0431075212
Octal451012367132010340712222
Binary10010110001010011110111101101001000011100000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250853; }

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

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

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

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

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

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

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

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