Html Css Color HEX #9149EE Blue Violet

📋 copy color: '#9149EE'

red 145 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #9149EE

Tints of Blue Violet #9149EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

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

R = 31.8%
G = 16.01%
B = 52.19%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9149EE (or 0x9149EE) is known color: Blue Violet. HEX triplet: 91, 49 and EE. RGB value is (145,73,238). Sum of RGB (Red+Green+Blue) = 145+73+238=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #9149EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149EE is #6EB611. Grayscale: #707070. Windows color (decimal): -7255570 or 15616401. OLE color: 15616401.

HSL color Cylindrical-coordinate representation of color #9149EE: hue angle of 266.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9149EE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 73 238 -
CMYK 0.39 0.69 0 0.07
HSL 266.18º 0.83% 0.61% -
HSV(B) 266.18º 0.69% 0.93% -
XYZ 29.49 16.96 82.61 -
YUV 113.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 145 73 238 0.39 0.69 0 0.07 266.18 0.83 0.61
Hex 91 49 EE 27 45 0 7 10A 53 3D
Octal 221 111 356 47 105 0 7 412 123 75
Binary 10010001 1001001 11101110 100111 1000101 0 111 100001010 1010011 111101

Color Harmonies of #9149EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149EE

Black with #9149EE

Text Example


Text Example

White with #9149EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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