#250956

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

Shades of Violent Violet #250956

Tints of Violent Violet #250956

Color information

#250956 (or 0x250956) is unknown color: approx Violent Violet. HEX triplet: 25, 09 and 56. RGB value is (37,9,86). Sum of RGB (Red+Green+Blue) = 37+9+86=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #250956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250956 is #DAF6A9. Grayscale: #191919. Windows color (decimal): -14349994 or 5638437. OLE color: 5638437.

HSL color Cylindrical-coordinate representation of color #250956: hue angle of 261.82º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250956 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB37986-
CMYK0.570.9000.66
HSL261.82º81.05%18.63%-
HSV(B)261.82º89.53%33.73%-
XYZ2.541.268.91-
YUV26.15161.78135.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 86 (33.98% from 255) = 65.15%
R=28.03%
G=6.82%
B=65.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal379860.570.9000.66261.8281.0518.63
Hex25956395A0421065113
Octal451112671132010240612123
Binary10010110011010110111001101101001000010100000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250956; }

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

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

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

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

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

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

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

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