Html Css Color HEX #8310BC Dark Violet

📋 copy color: '#8310BC'

red 131 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #8310BC

Tints of Dark Violet #8310BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 39.1%
G = 4.78%
B = 56.12%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8310BC (or 0x8310BC) is known color: Dark Violet. HEX triplet: 83, 10 and BC. RGB value is (131,16,188). Sum of RGB (Red+Green+Blue) = 131+16+188=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #8310BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310BC is #7CEF43. Grayscale: #454545. Windows color (decimal): -8187716 or 12324995. OLE color: 12324995.

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

Color convert

RGB 131 16 188 -
CMYK 0.30 0.91 0 0.26
HSL 280.12º 0.84% 0.4% -
HSV(B) 280.12º 0.91% 0.74% -
XYZ 18.62 8.83 48.3 -
YUV 69.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 131 16 188 0.30 0.91 0 0.26 280.12 0.84 0.4
Hex 83 10 BC 1E 5B 0 1A 118 54 28
Octal 203 20 274 36 133 0 32 430 124 50
Binary 10000011 10000 10111100 11110 1011011 0 11010 100011000 1010100 101000

Color Harmonies of #8310BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310BC

Black with #8310BC

Text Example


Text Example

White with #8310BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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