Html Css Color HEX #25094F Violent Violet

📋 copy color: '#25094F'

red 37 ◦ green 9 ◦ blue 79

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

Shades of Violent Violet #25094F

Tints of Violent Violet #25094F

RGB

 RED value IS 37 (14.84% from 255) = 29.6%

 GREEN value IS 9 (3.91% from 255) = 7.2%

 BLUE value IS 79 (31.25% from 255) = 63.2%

R = 29.6%
G = 7.2%
B = 63.2%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25094F (or 0x25094F) is known color: Violent Violet. HEX triplet: 25, 09 and 4F. RGB value is (37,9,79). Sum of RGB (Red+Green+Blue) = 37+9+79=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #25094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25094F is #DAF6B0. Grayscale: #191919. Windows color (decimal): -14350001 or 5179685. OLE color: 5179685.

HSL color Cylindrical-coordinate representation of color #25094F: hue angle of 264º 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 #25094F is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 9 79 -
CMYK 0.53 0.89 0 0.69
HSL 264º 0.8% 0.17% -
HSV(B) 264º 0.89% 0.31% -
XYZ 2.27 1.15 7.5 -
YUV 25.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 37 9 79 0.53 0.89 0 0.69 264 0.8 0.17
Hex 25 9 4F 35 59 0 45 108 50 11
Octal 45 11 117 65 131 0 105 410 120 21
Binary 100101 1001 1001111 110101 1011001 0 1000101 100001000 1010000 10001

Color Harmonies of #25094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25094F

Black with #25094F

Text Example


Text Example

White with #25094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25094F; }

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

 H1.HeaderClassName
 {
   color: #25094F;
 }
 .AnyTagClassName
 {
   color: #25094F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #25094F;
 }
 .BgClassName
 {
   background-color: #25094F;
 }
</style>

border-color css

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

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

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