Html Css Color HEX #9130EE Blue Violet

📋 copy color: '#9130EE'

red 145 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #9130EE

Tints of Blue Violet #9130EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.14%

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 33.64%
G = 11.14%
B = 55.22%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9130EE (or 0x9130EE) is known color: Blue Violet. HEX triplet: 91, 30 and EE. RGB value is (145,48,238). Sum of RGB (Red+Green+Blue) = 145+48+238=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #9130EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9130EE is #6ECF11. Grayscale: #626262. Windows color (decimal): -7261970 or 15610001. OLE color: 15610001.

HSL color Cylindrical-coordinate representation of color #9130EE: hue angle of 270.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9130EE is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 48 238 -
CMYK 0.39 0.80 0 0.07
HSL 270.63º 0.85% 0.56% -
HSV(B) 270.63º 0.8% 0.93% -
XYZ 28.17 14.31 82.17 -
YUV 98.66 206.64 161.05 -
System Red Green Blue C M Y K H S L
Decimal 145 48 238 0.39 0.80 0 0.07 270.63 0.85 0.56
Hex 91 30 EE 27 50 0 7 10F 55 38
Octal 221 60 356 47 120 0 7 417 125 70
Binary 10010001 110000 11101110 100111 1010000 0 111 100001111 1010101 111000

Color Harmonies of #9130EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9130EE

Black with #9130EE

Text Example


Text Example

White with #9130EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9130EE; }

 p { color: rgb(145,48,238); }

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

background-color css

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

 a { background-color: rgb(145,48,238); }

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

border-color css

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

 span { border-color: rgb(145,48,238); }

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