Html Css Color HEX #9313DC Dark Violet

📋 copy color: '#9313DC'

red 147 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #9313DC

Tints of Dark Violet #9313DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 38.08%
G = 4.92%
B = 56.99%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9313DC (or 0x9313DC) is known color: Dark Violet. HEX triplet: 93, 13 and DC. RGB value is (147,19,220). Sum of RGB (Red+Green+Blue) = 147+19+220=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #9313DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313DC is #6CEC23. Grayscale: #4F4F4F. Windows color (decimal): -7138340 or 14422931. OLE color: 14422931.

HSL color Cylindrical-coordinate representation of color #9313DC: hue angle of 278.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9313DC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 19 220 -
CMYK 0.33 0.91 0 0.14
HSL 278.21º 0.84% 0.47% -
HSV(B) 278.21º 0.91% 0.86% -
XYZ 25.18 11.84 68.67 -
YUV 80.19 206.91 175.66 -
System Red Green Blue C M Y K H S L
Decimal 147 19 220 0.33 0.91 0 0.14 278.21 0.84 0.47
Hex 93 13 DC 21 5B 0 E 116 54 2F
Octal 223 23 334 41 133 0 16 426 124 57
Binary 10010011 10011 11011100 100001 1011011 0 1110 100010110 1010100 101111

Color Harmonies of #9313DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9313DC

Black with #9313DC

Text Example


Text Example

White with #9313DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9313DC; }

 p { color: rgb(147,19,220); }

 H1.HeaderClassName
 {
   color: #9313DC;
 }
 .AnyTagClassName
 {
   color: #9313DC;
 }
</style>

background-color css

<style>
 a { background-color: #9313DC; }

 a { background-color: rgb(147,19,220); }

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

border-color css

<style>
 span { border-color: #9313DC; }

 span { border-color: rgb(147,19,220); }

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