Html Css Color HEX #9211EB Blue Violet

📋 copy color: '#9211EB'

red 146 ◦ green 17 ◦ blue 235

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

Shades of Blue Violet #9211EB

Tints of Blue Violet #9211EB

RGB

 RED value IS 146 (57.42% from 255) = 36.68%

 GREEN value IS 17 (7.03% from 255) = 4.27%

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

R = 36.68%
G = 4.27%
B = 59.05%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9211EB (or 0x9211EB) is known color: Blue Violet. HEX triplet: 92, 11 and EB. RGB value is (146,17,235). Sum of RGB (Red+Green+Blue) = 146+17+235=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #9211EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9211EB is #6DEE14. Grayscale: #4F4F4F. Windows color (decimal): -7204373 or 15405458. OLE color: 15405458.

HSL color Cylindrical-coordinate representation of color #9211EB: hue angle of 275.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9211EB is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 17 235 -
CMYK 0.38 0.93 0 0.08
HSL 275.5º 0.87% 0.49% -
HSV(B) 275.5º 0.93% 0.92% -
XYZ 27.05 12.51 79.59 -
YUV 80.42 215.24 174.77 -
System Red Green Blue C M Y K H S L
Decimal 146 17 235 0.38 0.93 0 0.08 275.5 0.87 0.49
Hex 92 11 EB 26 5D 0 8 114 57 31
Octal 222 21 353 46 135 0 10 424 127 61
Binary 10010010 10001 11101011 100110 1011101 0 1000 100010100 1010111 110001

Color Harmonies of #9211EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211EB

Black with #9211EB

Text Example


Text Example

White with #9211EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,17,235); }

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

background-color css

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

 a { background-color: rgb(146,17,235); }

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

border-color css

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

 span { border-color: rgb(146,17,235); }

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