Html Css Color HEX #9119ED Blue Violet

📋 copy color: '#9119ED'

red 145 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #9119ED

Tints of Blue Violet #9119ED

RGB

 RED value IS 145 (57.03% from 255) = 35.63%

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 35.63%
G = 6.14%
B = 58.23%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9119ED (or 0x9119ED) is known color: Blue Violet. HEX triplet: 91, 19 and ED. RGB value is (145,25,237). Sum of RGB (Red+Green+Blue) = 145+25+237=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #9119ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9119ED is #6EE612. Grayscale: #545454. Windows color (decimal): -7267859 or 15538577. OLE color: 15538577.

HSL color Cylindrical-coordinate representation of color #9119ED: hue angle of 273.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9119ED is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 25 237 -
CMYK 0.39 0.89 0 0.07
HSL 273.96º 0.85% 0.51% -
HSV(B) 273.96º 0.89% 0.93% -
XYZ 27.31 12.83 81.16 -
YUV 85.05 213.76 170.76 -
System Red Green Blue C M Y K H S L
Decimal 145 25 237 0.39 0.89 0 0.07 273.96 0.85 0.51
Hex 91 19 ED 27 59 0 7 112 55 33
Octal 221 31 355 47 131 0 7 422 125 63
Binary 10010001 11001 11101101 100111 1011001 0 111 100010010 1010101 110011

Color Harmonies of #9119ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119ED

Black with #9119ED

Text Example


Text Example

White with #9119ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9119ED; }

 p { color: rgb(145,25,237); }

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

background-color css

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

 a { background-color: rgb(145,25,237); }

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

border-color css

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

 span { border-color: rgb(145,25,237); }

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