Html Css Color HEX #9211BE Dark Violet

📋 copy color: '#9211BE'

red 146 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #9211BE

Tints of Dark Violet #9211BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 41.36%
G = 4.82%
B = 53.82%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9211BE (or 0x9211BE) is known color: Dark Violet. HEX triplet: 92, 11 and BE. RGB value is (146,17,190). Sum of RGB (Red+Green+Blue) = 146+17+190=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #9211BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211BE is #6DEE41. Grayscale: #4A4A4A. Windows color (decimal): -7204418 or 12456338. OLE color: 12456338.

HSL color Cylindrical-coordinate representation of color #9211BE: hue angle of 284.74º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9211BE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 17 190 -
CMYK 0.23 0.91 0 0.25
HSL 284.74º 0.84% 0.41% -
HSV(B) 284.74º 0.91% 0.75% -
XYZ 21.35 10.23 49.56 -
YUV 75.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 146 17 190 0.23 0.91 0 0.25 284.74 0.84 0.41
Hex 92 11 BE 17 5B 0 19 11D 54 29
Octal 222 21 276 27 133 0 31 435 124 51
Binary 10010010 10001 10111110 10111 1011011 0 11001 100011101 1010100 101001

Color Harmonies of #9211BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211BE

Black with #9211BE

Text Example


Text Example

White with #9211BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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