Html Css Color HEX #250153 Violent Violet

📋 copy color: '#250153'

red 37 ◦ green 1 ◦ blue 83

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

Shades of Violent Violet #250153

Tints of Violent Violet #250153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 83 (32.81% from 255) = 68.6%

R = 30.58%
G = 0.83%
B = 68.6%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#250153 (or 0x250153) is known color: Violent Violet. HEX triplet: 25, 01 and 53. RGB value is (37,1,83). Sum of RGB (Red+Green+Blue) = 37+1+83=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #250153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250153 is #DAFEAC. Grayscale: #141414. Windows color (decimal): -14352045 or 5439781. OLE color: 5439781.

HSL color Cylindrical-coordinate representation of color #250153: hue angle of 266.34º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250153 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 1 83 -
CMYK 0.55 0.99 0 0.67
HSL 266.34º 0.98% 0.16% -
HSV(B) 266.34º 0.99% 0.33% -
XYZ 2.34 1.04 8.26 -
YUV 21.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 37 1 83 0.55 0.99 0 0.67 266.34 0.98 0.16
Hex 25 1 53 37 63 0 43 10A 62 10
Octal 45 1 123 67 143 0 103 412 142 20
Binary 100101 1 1010011 110111 1100011 0 1000011 100001010 1100010 10000

Color Harmonies of #250153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250153

Black with #250153

Text Example


Text Example

White with #250153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250153; }

 p { color: rgb(37,1,83); }

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

background-color css

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

 a { background-color: rgb(37,1,83); }

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

border-color css

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

 span { border-color: rgb(37,1,83); }

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