Html Css Color HEX #8310D7 Dark Violet

📋 copy color: '#8310D7'

red 131 ◦ green 16 ◦ blue 215

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

Shades of Dark Violet #8310D7

Tints of Dark Violet #8310D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.39%

R = 36.19%
G = 4.42%
B = 59.39%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8310D7 (or 0x8310D7) is known color: Dark Violet. HEX triplet: 83, 10 and D7. RGB value is (131,16,215). Sum of RGB (Red+Green+Blue) = 131+16+215=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 215 (84.38% from 255 or 59.39% from 362); Max value from RGB is 215 - color contains mainly: blue. Hex color #8310D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310D7 is #7CEF28. Grayscale: #484848. Windows color (decimal): -8187689 or 14094467. OLE color: 14094467.

HSL color Cylindrical-coordinate representation of color #8310D7: hue angle of 274.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8310D7 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 16 215 -
CMYK 0.39 0.93 0 0.16
HSL 274.67º 0.86% 0.45% -
HSV(B) 274.67º 0.93% 0.84% -
XYZ 21.81 10.1 65.09 -
YUV 73.07 208.1 169.32 -
System Red Green Blue C M Y K H S L
Decimal 131 16 215 0.39 0.93 0 0.16 274.67 0.86 0.45
Hex 83 10 D7 27 5D 0 10 113 56 2D
Octal 203 20 327 47 135 0 20 423 126 55
Binary 10000011 10000 11010111 100111 1011101 0 10000 100010011 1010110 101101

Color Harmonies of #8310D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310D7

Black with #8310D7

Text Example


Text Example

White with #8310D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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