Html Css Color HEX #9118EB Blue Violet

📋 copy color: '#9118EB'

red 145 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #9118EB

Tints of Blue Violet #9118EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 35.89%
G = 5.94%
B = 58.17%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9118EB (or 0x9118EB) is known color: Blue Violet. HEX triplet: 91, 18 and EB. RGB value is (145,24,235). Sum of RGB (Red+Green+Blue) = 145+24+235=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #9118EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9118EB is #6EE714. Grayscale: #535353. Windows color (decimal): -7268117 or 15407249. OLE color: 15407249.

HSL color Cylindrical-coordinate representation of color #9118EB: hue angle of 274.41º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9118EB is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 24 235 -
CMYK 0.38 0.90 0 0.08
HSL 274.41º 0.84% 0.51% -
HSV(B) 274.41º 0.9% 0.92% -
XYZ 27 12.67 79.62 -
YUV 84.23 213.09 171.34 -
System Red Green Blue C M Y K H S L
Decimal 145 24 235 0.38 0.90 0 0.08 274.41 0.84 0.51
Hex 91 18 EB 26 5A 0 8 112 54 33
Octal 221 30 353 46 132 0 10 422 124 63
Binary 10010001 11000 11101011 100110 1011010 0 1000 100010010 1010100 110011

Color Harmonies of #9118EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9118EB

Black with #9118EB

Text Example


Text Example

White with #9118EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9118EB; }

 p { color: rgb(145,24,235); }

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

background-color css

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

 a { background-color: rgb(145,24,235); }

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

border-color css

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

 span { border-color: rgb(145,24,235); }

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