Html Css Color HEX #9310C0 Dark Violet

📋 copy color: '#9310C0'

red 147 ◦ green 16 ◦ blue 192

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

Shades of Dark Violet #9310C0

Tints of Dark Violet #9310C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 41.41%
G = 4.51%
B = 54.08%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9310C0 (or 0x9310C0) is known color: Dark Violet. HEX triplet: 93, 10 and C0. RGB value is (147,16,192). Sum of RGB (Red+Green+Blue) = 147+16+192=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #9310C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9310C0 is #6CEF3F. Grayscale: #4A4A4A. Windows color (decimal): -7139136 or 12587155. OLE color: 12587155.

HSL color Cylindrical-coordinate representation of color #9310C0: hue angle of 284.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9310C0 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 16 192 -
CMYK 0.23 0.92 0 0.25
HSL 284.66º 0.85% 0.41% -
HSV(B) 284.66º 0.92% 0.75% -
XYZ 21.73 10.38 50.73 -
YUV 75.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 147 16 192 0.23 0.92 0 0.25 284.66 0.85 0.41
Hex 93 10 C0 17 5C 0 19 11D 55 29
Octal 223 20 300 27 134 0 31 435 125 51
Binary 10010011 10000 11000000 10111 1011100 0 11001 100011101 1010101 101001

Color Harmonies of #9310C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9310C0

Black with #9310C0

Text Example


Text Example

White with #9310C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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