Html Css Color HEX #9310DA Dark Violet

📋 copy color: '#9310DA'

red 147 ◦ green 16 ◦ blue 218

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

Shades of Dark Violet #9310DA

Tints of Dark Violet #9310DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 38.58%
G = 4.2%
B = 57.22%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9310DA (or 0x9310DA) is known color: Dark Violet. HEX triplet: 93, 10 and DA. RGB value is (147,16,218). Sum of RGB (Red+Green+Blue) = 147+16+218=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #9310DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9310DA is #6CEF25. Grayscale: #4D4D4D. Windows color (decimal): -7139110 or 14291091. OLE color: 14291091.

HSL color Cylindrical-coordinate representation of color #9310DA: hue angle of 278.91º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9310DA is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 16 218 -
CMYK 0.33 0.93 0 0.15
HSL 278.91º 0.86% 0.46% -
HSV(B) 278.91º 0.93% 0.85% -
XYZ 24.87 11.64 67.26 -
YUV 78.2 206.9 177.07 -
System Red Green Blue C M Y K H S L
Decimal 147 16 218 0.33 0.93 0 0.15 278.91 0.86 0.46
Hex 93 10 DA 21 5D 0 F 117 56 2E
Octal 223 20 332 41 135 0 17 427 126 56
Binary 10010011 10000 11011010 100001 1011101 0 1111 100010111 1010110 101110

Color Harmonies of #9310DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9310DA

Black with #9310DA

Text Example


Text Example

White with #9310DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9310DA; }

 p { color: rgb(147,16,218); }

 H1.HeaderClassName
 {
   color: #9310DA;
 }
 .AnyTagClassName
 {
   color: #9310DA;
 }
</style>

background-color css

<style>
 a { background-color: #9310DA; }

 a { background-color: rgb(147,16,218); }

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

border-color css

<style>
 span { border-color: #9310DA; }

 span { border-color: rgb(147,16,218); }

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