Html Css Color HEX #8310BD Dark Violet

📋 copy color: '#8310BD'

red 131 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #8310BD

Tints of Dark Violet #8310BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 38.99%
G = 4.76%
B = 56.25%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8310BD (or 0x8310BD) is known color: Dark Violet. HEX triplet: 83, 10 and BD. RGB value is (131,16,189). Sum of RGB (Red+Green+Blue) = 131+16+189=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #8310BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310BD is #7CEF42. Grayscale: #454545. Windows color (decimal): -8187715 or 12390531. OLE color: 12390531.

HSL color Cylindrical-coordinate representation of color #8310BD: hue angle of 279.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8310BD is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 16 189 -
CMYK 0.31 0.92 0 0.26
HSL 279.88º 0.84% 0.4% -
HSV(B) 279.88º 0.92% 0.74% -
XYZ 18.73 8.87 48.87 -
YUV 70.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 131 16 189 0.31 0.92 0 0.26 279.88 0.84 0.4
Hex 83 10 BD 1F 5C 0 1A 118 54 28
Octal 203 20 275 37 134 0 32 430 124 50
Binary 10000011 10000 10111101 11111 1011100 0 11010 100011000 1010100 101000

Color Harmonies of #8310BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310BD

Black with #8310BD

Text Example


Text Example

White with #8310BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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