Html Css Color HEX #8312C1 Dark Violet

📋 copy color: '#8312C1'

red 131 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #8312C1

Tints of Dark Violet #8312C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 56.43%

R = 38.3%
G = 5.26%
B = 56.43%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8312C1 (or 0x8312C1) is known color: Dark Violet. HEX triplet: 83, 12 and C1. RGB value is (131,18,193). Sum of RGB (Red+Green+Blue) = 131+18+193=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #8312C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312C1 is #7CED3E. Grayscale: #474747. Windows color (decimal): -8187199 or 12653187. OLE color: 12653187.

HSL color Cylindrical-coordinate representation of color #8312C1: hue angle of 278.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8312C1 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 18 193 -
CMYK 0.32 0.91 0 0.24
HSL 278.74º 0.83% 0.41% -
HSV(B) 278.74º 0.91% 0.76% -
XYZ 19.2 9.11 51.2 -
YUV 71.74 196.44 170.27 -
System Red Green Blue C M Y K H S L
Decimal 131 18 193 0.32 0.91 0 0.24 278.74 0.83 0.41
Hex 83 12 C1 20 5B 0 18 117 53 29
Octal 203 22 301 40 133 0 30 427 123 51
Binary 10000011 10010 11000001 100000 1011011 0 11000 100010111 1010011 101001

Color Harmonies of #8312C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312C1

Black with #8312C1

Text Example


Text Example

White with #8312C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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