Html Css Color HEX #9310D0 Dark Violet

📋 copy color: '#9310D0'

red 147 ◦ green 16 ◦ blue 208

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

Shades of Dark Violet #9310D0

Tints of Dark Violet #9310D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.06%

R = 39.62%
G = 4.31%
B = 56.06%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9310D0 (or 0x9310D0) is known color: Dark Violet. HEX triplet: 93, 10 and D0. RGB value is (147,16,208). Sum of RGB (Red+Green+Blue) = 147+16+208=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #9310D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9310D0 is #6CEF2F. Grayscale: #4C4C4C. Windows color (decimal): -7139120 or 13635731. OLE color: 13635731.

HSL color Cylindrical-coordinate representation of color #9310D0: hue angle of 280.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9310D0 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 16 208 -
CMYK 0.29 0.92 0 0.18
HSL 280.94º 0.86% 0.44% -
HSV(B) 280.94º 0.92% 0.82% -
XYZ 23.6 11.13 60.58 -
YUV 77.06 201.9 177.89 -
System Red Green Blue C M Y K H S L
Decimal 147 16 208 0.29 0.92 0 0.18 280.94 0.86 0.44
Hex 93 10 D0 1D 5C 0 12 119 56 2C
Octal 223 20 320 35 134 0 22 431 126 54
Binary 10010011 10000 11010000 11101 1011100 0 10010 100011001 1010110 101100

Color Harmonies of #9310D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9310D0

Black with #9310D0

Text Example


Text Example

White with #9310D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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