Html Css Color HEX #9113D5 Dark Violet

📋 copy color: '#9113D5'

red 145 ◦ green 19 ◦ blue 213

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

Shades of Dark Violet #9113D5

Tints of Dark Violet #9113D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 38.46%
G = 5.04%
B = 56.5%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9113D5 (or 0x9113D5) is known color: Dark Violet. HEX triplet: 91, 13 and D5. RGB value is (145,19,213). Sum of RGB (Red+Green+Blue) = 145+19+213=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #9113D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113D5 is #6EEC2A. Grayscale: #4E4E4E. Windows color (decimal): -7269419 or 13964177. OLE color: 13964177.

HSL color Cylindrical-coordinate representation of color #9113D5: hue angle of 278.97º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113D5 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 19 213 -
CMYK 0.32 0.91 0 0.16
HSL 278.97º 0.84% 0.45% -
HSV(B) 278.97º 0.91% 0.84% -
XYZ 23.92 11.29 63.87 -
YUV 78.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 145 19 213 0.32 0.91 0 0.16 278.97 0.84 0.45
Hex 91 13 D5 20 5B 0 10 117 54 2D
Octal 221 23 325 40 133 0 20 427 124 55
Binary 10010001 10011 11010101 100000 1011011 0 10000 100010111 1010100 101101

Color Harmonies of #9113D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9113D5

Black with #9113D5

Text Example


Text Example

White with #9113D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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