Html Css Color HEX #9311DF Dark Violet

📋 copy color: '#9311DF'

red 147 ◦ green 17 ◦ blue 223

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

Shades of Dark Violet #9311DF

Tints of Dark Violet #9311DF

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

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

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

R = 37.98%
G = 4.39%
B = 57.62%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9311DF (or 0x9311DF) is known color: Dark Violet. HEX triplet: 93, 11 and DF. RGB value is (147,17,223). Sum of RGB (Red+Green+Blue) = 147+17+223=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 17 (7.03% from 255 or 4.39% 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 #9311DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311DF is #6CEE20. Grayscale: #4E4E4E. Windows color (decimal): -7138849 or 14619027. OLE color: 14619027.

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

Color convert

RGB 147 17 223 -
CMYK 0.34 0.92 0 0.13
HSL 277.86º 0.86% 0.47% -
HSV(B) 277.86º 0.92% 0.87% -
XYZ 25.55 11.93 70.77 -
YUV 79.35 209.07 176.25 -
System Red Green Blue C M Y K H S L
Decimal 147 17 223 0.34 0.92 0 0.13 277.86 0.86 0.47
Hex 93 11 DF 22 5C 0 D 116 56 2F
Octal 223 21 337 42 134 0 15 426 126 57
Binary 10010011 10001 11011111 100010 1011100 0 1101 100010110 1010110 101111

Color Harmonies of #9311DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9311DF

Black with #9311DF

Text Example


Text Example

White with #9311DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,17,223); }

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

background-color css

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

 a { background-color: rgb(147,17,223); }

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

border-color css

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

 span { border-color: rgb(147,17,223); }

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