Html Css Color HEX #9113BE Dark Violet

📋 copy color: '#9113BE'

red 145 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #9113BE

Tints of Dark Violet #9113BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 40.96%
G = 5.37%
B = 53.67%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9113BE (or 0x9113BE) is known color: Dark Violet. HEX triplet: 91, 13 and BE. RGB value is (145,19,190). Sum of RGB (Red+Green+Blue) = 145+19+190=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9113BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113BE is #6EEC41. Grayscale: #4B4B4B. Windows color (decimal): -7269442 or 12456849. OLE color: 12456849.

HSL color Cylindrical-coordinate representation of color #9113BE: hue angle of 284.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9113BE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 19 190 -
CMYK 0.24 0.90 0 0.25
HSL 284.21º 0.82% 0.41% -
HSV(B) 284.21º 0.9% 0.75% -
XYZ 21.2 10.2 49.57 -
YUV 76.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 145 19 190 0.24 0.90 0 0.25 284.21 0.82 0.41
Hex 91 13 BE 18 5A 0 19 11C 52 29
Octal 221 23 276 30 132 0 31 434 122 51
Binary 10010001 10011 10111110 11000 1011010 0 11001 100011100 1010010 101001

Color Harmonies of #9113BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9113BE

Black with #9113BE

Text Example


Text Example

White with #9113BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,19,190); }

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

background-color css

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

 a { background-color: rgb(145,19,190); }

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

border-color css

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

 span { border-color: rgb(145,19,190); }

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