Html Css Color HEX #9313DF Dark Violet

📋 copy color: '#9313DF'

red 147 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9313DF

Tints of Dark Violet #9313DF

RGB

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

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

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

R = 37.79%
G = 4.88%
B = 57.33%

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

#9313DF (or 0x9313DF) is known color: Dark Violet. HEX triplet: 93, 13 and DF. RGB value is (147,19,223). Sum of RGB (Red+Green+Blue) = 147+19+223=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #9313DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313DF is #6CEC20. Grayscale: #4F4F4F. Windows color (decimal): -7138337 or 14619539. OLE color: 14619539.

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

Color convert

RGB 147 19 223 -
CMYK 0.34 0.91 0 0.13
HSL 277.65º 0.84% 0.47% -
HSV(B) 277.65º 0.91% 0.87% -
XYZ 25.58 12 70.78 -
YUV 80.53 208.41 175.41 -
System Red Green Blue C M Y K H S L
Decimal 147 19 223 0.34 0.91 0 0.13 277.65 0.84 0.47
Hex 93 13 DF 22 5B 0 D 116 54 2F
Octal 223 23 337 42 133 0 15 426 124 57
Binary 10010011 10011 11011111 100010 1011011 0 1101 100010110 1010100 101111

Color Harmonies of #9313DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9313DF

Black with #9313DF

Text Example


Text Example

White with #9313DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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