Html Css Color HEX #9113DF Dark Violet

📋 copy color: '#9113DF'

red 145 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9113DF

Tints of Dark Violet #9113DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 37.47%
G = 4.91%
B = 57.62%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9113DF (or 0x9113DF) is known color: Dark Violet. HEX triplet: 91, 13 and DF. RGB value is (145,19,223). Sum of RGB (Red+Green+Blue) = 145+19+223=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #9113DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113DF is #6EEC20. Grayscale: #4F4F4F. Windows color (decimal): -7269409 or 14619537. OLE color: 14619537.

HSL color Cylindrical-coordinate representation of color #9113DF: hue angle of 277.06º 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 #9113DF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 19 223 -
CMYK 0.35 0.91 0 0.13
HSL 277.06º 0.84% 0.47% -
HSV(B) 277.06º 0.91% 0.87% -
XYZ 25.23 11.81 70.76 -
YUV 79.93 208.74 174.41 -
System Red Green Blue C M Y K H S L
Decimal 145 19 223 0.35 0.91 0 0.13 277.06 0.84 0.47
Hex 91 13 DF 23 5B 0 D 115 54 2F
Octal 221 23 337 43 133 0 15 425 124 57
Binary 10010001 10011 11011111 100011 1011011 0 1101 100010101 1010100 101111

Color Harmonies of #9113DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9113DF

Black with #9113DF

Text Example


Text Example

White with #9113DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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