Html Css Color HEX #8310DA Dark Violet

📋 copy color: '#8310DA'

red 131 ◦ green 16 ◦ blue 218

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

Shades of Dark Violet #8310DA

Tints of Dark Violet #8310DA

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

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

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

R = 35.89%
G = 4.38%
B = 59.73%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8310DA (or 0x8310DA) is known color: Dark Violet. HEX triplet: 83, 10 and DA. RGB value is (131,16,218). Sum of RGB (Red+Green+Blue) = 131+16+218=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #8310DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310DA is #7CEF25. Grayscale: #484848. Windows color (decimal): -8187686 or 14291075. OLE color: 14291075.

HSL color Cylindrical-coordinate representation of color #8310DA: hue angle of 274.16º 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 #8310DA is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 16 218 -
CMYK 0.40 0.93 0 0.15
HSL 274.16º 0.86% 0.46% -
HSV(B) 274.16º 0.93% 0.85% -
XYZ 22.2 10.26 67.14 -
YUV 73.41 209.6 169.07 -
System Red Green Blue C M Y K H S L
Decimal 131 16 218 0.40 0.93 0 0.15 274.16 0.86 0.46
Hex 83 10 DA 28 5D 0 F 112 56 2E
Octal 203 20 332 50 135 0 17 422 126 56
Binary 10000011 10000 11011010 101000 1011101 0 1111 100010010 1010110 101110

Color Harmonies of #8310DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310DA

Black with #8310DA

Text Example


Text Example

White with #8310DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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