Html Css Color HEX #9149EF Blue Violet

📋 copy color: '#9149EF'

red 145 ◦ green 73 ◦ blue 239

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

Shades of Blue Violet #9149EF

Tints of Blue Violet #9149EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 31.73%
G = 15.97%
B = 52.3%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9149EF (or 0x9149EF) is known color: Blue Violet. HEX triplet: 91, 49 and EF. RGB value is (145,73,239). Sum of RGB (Red+Green+Blue) = 145+73+239=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #9149EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149EF is #6EB610. Grayscale: #707070. Windows color (decimal): -7255569 or 15681937. OLE color: 15681937.

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

Color convert

RGB 145 73 239 -
CMYK 0.39 0.69 0 0.06
HSL 266.02º 0.84% 0.61% -
HSV(B) 266.02º 0.69% 0.94% -
XYZ 29.64 17.02 83.38 -
YUV 113.45 198.85 150.5 -
System Red Green Blue C M Y K H S L
Decimal 145 73 239 0.39 0.69 0 0.06 266.02 0.84 0.61
Hex 91 49 EF 27 45 0 6 10A 54 3D
Octal 221 111 357 47 105 0 6 412 124 75
Binary 10010001 1001001 11101111 100111 1000101 0 110 100001010 1010100 111101

Color Harmonies of #9149EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149EF

Black with #9149EF

Text Example


Text Example

White with #9149EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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