#250950

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

Shades of Violent Violet #250950

Tints of Violent Violet #250950

Color information

#250950 (or 0x250950) is unknown color: approx Violent Violet. HEX triplet: 25, 09 and 50. RGB value is (37,9,80). Sum of RGB (Red+Green+Blue) = 37+9+80=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #250950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250950 is #DAF6AF. Grayscale: #191919. Windows color (decimal): -14350000 or 5245221. OLE color: 5245221.

HSL color Cylindrical-coordinate representation of color #250950: hue angle of 263.66º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250950 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB37980-
CMYK0.540.8900.69
HSL263.66º79.78%17.45%-
HSV(B)263.66º88.75%31.37%-
XYZ2.311.177.69-
YUV25.47158.78136.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=29.37%
G=7.14%
B=63.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379800.540.8900.69263.6679.7817.45
Hex2595036590451085011
Octal451112066131010541012021
Binary10010110011010000110110101100101000101100001000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250950; }

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

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

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

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

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

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

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

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