Html Css Color HEX #9113DD Dark Violet

📋 copy color: '#9113DD'

red 145 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #9113DD

Tints of Dark Violet #9113DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 37.66%
G = 4.94%
B = 57.4%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9113DD (or 0x9113DD) is known color: Dark Violet. HEX triplet: 91, 13 and DD. RGB value is (145,19,221). Sum of RGB (Red+Green+Blue) = 145+19+221=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #9113DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113DD is #6EEC22. Grayscale: #4F4F4F. Windows color (decimal): -7269411 or 14488465. OLE color: 14488465.

HSL color Cylindrical-coordinate representation of color #9113DD: hue angle of 277.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113DD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 19 221 -
CMYK 0.34 0.91 0 0.13
HSL 277.43º 0.84% 0.47% -
HSV(B) 277.43º 0.91% 0.87% -
XYZ 24.96 11.71 69.35 -
YUV 79.7 207.74 174.57 -
System Red Green Blue C M Y K H S L
Decimal 145 19 221 0.34 0.91 0 0.13 277.43 0.84 0.47
Hex 91 13 DD 22 5B 0 D 115 54 2F
Octal 221 23 335 42 133 0 15 425 124 57
Binary 10010001 10011 11011101 100010 1011011 0 1101 100010101 1010100 101111

Color Harmonies of #9113DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9113DD

Black with #9113DD

Text Example


Text Example

White with #9113DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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