#250959

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

Shades of Violent Violet #250959

Tints of Violent Violet #250959

Color information

#250959 (or 0x250959) is unknown color: approx Violent Violet. HEX triplet: 25, 09 and 59. RGB value is (37,9,89). Sum of RGB (Red+Green+Blue) = 37+9+89=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #250959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250959 is #DAF6A6. Grayscale: #1A1A1A. Windows color (decimal): -14349991 or 5835045. OLE color: 5835045.

HSL color Cylindrical-coordinate representation of color #250959: hue angle of 261º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250959 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37989-
CMYK0.580.9000.65
HSL261º81.63%19.22%-
HSV(B)261º89.89%34.9%-
XYZ2.661.319.56-
YUV26.49163.28135.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=27.41%
G=6.67%
B=65.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal379890.580.9000.6526181.6319.22
Hex259593A5A0411055213
Octal451113172132010140512223
Binary10010110011011001111010101101001000001100000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250959; }

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

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

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

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

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

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

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

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