Html Css Color HEX #9146EE Blue Violet

📋 copy color: '#9146EE'

red 145 ◦ green 70 ◦ blue 238

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

Shades of Blue Violet #9146EE

Tints of Blue Violet #9146EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

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

R = 32.01%
G = 15.45%
B = 52.54%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9146EE (or 0x9146EE) is known color: Blue Violet. HEX triplet: 91, 46 and EE. RGB value is (145,70,238). Sum of RGB (Red+Green+Blue) = 145+70+238=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #9146EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9146EE is #6EB911. Grayscale: #6E6E6E. Windows color (decimal): -7256338 or 15615633. OLE color: 15615633.

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

Color convert

RGB 145 70 238 -
CMYK 0.39 0.71 0 0.07
HSL 266.79º 0.83% 0.6% -
HSV(B) 266.79º 0.71% 0.93% -
XYZ 29.3 16.57 82.54 -
YUV 111.58 199.35 151.84 -
System Red Green Blue C M Y K H S L
Decimal 145 70 238 0.39 0.71 0 0.07 266.79 0.83 0.6
Hex 91 46 EE 27 47 0 7 10B 53 3C
Octal 221 106 356 47 107 0 7 413 123 74
Binary 10010001 1000110 11101110 100111 1000111 0 111 100001011 1010011 111100

Color Harmonies of #9146EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9146EE

Black with #9146EE

Text Example


Text Example

White with #9146EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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