Html Css Color HEX #8312BD Dark Violet

📋 copy color: '#8312BD'

red 131 ◦ green 18 ◦ blue 189

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

Shades of Dark Violet #8312BD

Tints of Dark Violet #8312BD

RGB

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

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

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

R = 38.76%
G = 5.33%
B = 55.92%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8312BD (or 0x8312BD) is known color: Dark Violet. HEX triplet: 83, 12 and BD. RGB value is (131,18,189). Sum of RGB (Red+Green+Blue) = 131+18+189=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #8312BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312BD is #7CED42. Grayscale: #464646. Windows color (decimal): -8187203 or 12391043. OLE color: 12391043.

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

Color convert

RGB 131 18 189 -
CMYK 0.31 0.90 0 0.26
HSL 279.65º 0.83% 0.41% -
HSV(B) 279.65º 0.9% 0.74% -
XYZ 18.76 8.93 48.88 -
YUV 71.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 131 18 189 0.31 0.90 0 0.26 279.65 0.83 0.41
Hex 83 12 BD 1F 5A 0 1A 118 53 29
Octal 203 22 275 37 132 0 32 430 123 51
Binary 10000011 10010 10111101 11111 1011010 0 11010 100011000 1010011 101001

Color Harmonies of #8312BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312BD

Black with #8312BD

Text Example


Text Example

White with #8312BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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