Html Css Color HEX #25094B Violent Violet

📋 copy color: '#25094B'

red 37 ◦ green 9 ◦ blue 75

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

Shades of Violent Violet #25094B

Tints of Violent Violet #25094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 61.98%

R = 30.58%
G = 7.44%
B = 61.98%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25094B (or 0x25094B) is known color: Violent Violet. HEX triplet: 25, 09 and 4B. RGB value is (37,9,75). Sum of RGB (Red+Green+Blue) = 37+9+75=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #25094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25094B is #DAF6B4. Grayscale: #181818. Windows color (decimal): -14350005 or 4917541. OLE color: 4917541.

HSL color Cylindrical-coordinate representation of color #25094B: hue angle of 265.45º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25094B is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 9 75 -
CMYK 0.51 0.88 0 0.71
HSL 265.45º 0.79% 0.16% -
HSV(B) 265.45º 0.88% 0.29% -
XYZ 2.13 1.1 6.76 -
YUV 24.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 37 9 75 0.51 0.88 0 0.71 265.45 0.79 0.16
Hex 25 9 4B 33 58 0 47 109 4F 10
Octal 45 11 113 63 130 0 107 411 117 20
Binary 100101 1001 1001011 110011 1011000 0 1000111 100001001 1001111 10000

Color Harmonies of #25094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25094B

Black with #25094B

Text Example


Text Example

White with #25094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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