Html Css Color HEX #250959 Violent Violet

📋 copy color: '#250959'

red 37 ◦ green 9 ◦ blue 89

#250959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #250959

Tints of Violent Violet #250959

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 value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250959 (or 0x250959) is known color: 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

RGB 37 9 89 -
CMYK 0.58 0.90 0 0.65
HSL 261º 0.82% 0.19% -
HSV(B) 261º 0.9% 0.35% -
XYZ 2.66 1.31 9.56 -
YUV 26.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 37 9 89 0.58 0.90 0 0.65 261 0.82 0.19
Hex 25 9 59 3A 5A 0 41 105 52 13
Octal 45 11 131 72 132 0 101 405 122 23
Binary 100101 1001 1011001 111010 1011010 0 1000001 100000101 1010010 10011

Color Harmonies of #250959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250959

Black with #250959

Text Example


Text Example

White with #250959

Text Example


Text Example

HTML Codes & Css Web 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>