Html Css Color HEX #8312BC Dark Violet

📋 copy color: '#8312BC'

red 131 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #8312BC

Tints of Dark Violet #8312BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

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

R = 38.87%
G = 5.34%
B = 55.79%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8312BC (or 0x8312BC) is known color: Dark Violet. HEX triplet: 83, 12 and BC. RGB value is (131,18,188). Sum of RGB (Red+Green+Blue) = 131+18+188=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #8312BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312BC is #7CED43. Grayscale: #464646. Windows color (decimal): -8187204 or 12325507. OLE color: 12325507.

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

Color convert

RGB 131 18 188 -
CMYK 0.30 0.90 0 0.26
HSL 279.88º 0.83% 0.4% -
HSV(B) 279.88º 0.9% 0.74% -
XYZ 18.65 8.89 48.31 -
YUV 71.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 131 18 188 0.30 0.90 0 0.26 279.88 0.83 0.4
Hex 83 12 BC 1E 5A 0 1A 118 53 28
Octal 203 22 274 36 132 0 32 430 123 50
Binary 10000011 10010 10111100 11110 1011010 0 11010 100011000 1010011 101000

Color Harmonies of #8312BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312BC

Black with #8312BC

Text Example


Text Example

White with #8312BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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