Html Css Color HEX #250950 Violent Violet

📋 copy color: '#250950'

red 37 ◦ green 9 ◦ blue 80

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

Shades of Violent Violet #250950

Tints of Violent Violet #250950

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

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 37 9 80 -
CMYK 0.54 0.89 0 0.69
HSL 263.66º 0.8% 0.17% -
HSV(B) 263.66º 0.89% 0.31% -
XYZ 2.31 1.17 7.69 -
YUV 25.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 37 9 80 0.54 0.89 0 0.69 263.66 0.8 0.17
Hex 25 9 50 36 59 0 45 108 50 11
Octal 45 11 120 66 131 0 105 410 120 21
Binary 100101 1001 1010000 110110 1011001 0 1000101 100001000 1010000 10001

Color Harmonies of #250950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250950

Black with #250950

Text Example


Text Example

White with #250950

Text Example


Text Example

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