Html Css Color HEX #8313BD Dark Violet

📋 copy color: '#8313BD'

red 131 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #8313BD

Tints of Dark Violet #8313BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 38.64%
G = 5.6%
B = 55.75%

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

#8313BD (or 0x8313BD) is known color: Dark Violet. HEX triplet: 83, 13 and BD. RGB value is (131,19,189). Sum of RGB (Red+Green+Blue) = 131+19+189=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #8313BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313BD is #7CEC42. Grayscale: #474747. Windows color (decimal): -8186947 or 12391299. OLE color: 12391299.

HSL color Cylindrical-coordinate representation of color #8313BD: hue angle of 279.53º degrees, saturation: 0.82, 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 #8313BD is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 19 189 -
CMYK 0.31 0.90 0 0.26
HSL 279.53º 0.82% 0.41% -
HSV(B) 279.53º 0.9% 0.74% -
XYZ 18.78 8.97 48.88 -
YUV 71.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 131 19 189 0.31 0.90 0 0.26 279.53 0.82 0.41
Hex 83 13 BD 1F 5A 0 1A 118 52 29
Octal 203 23 275 37 132 0 32 430 122 51
Binary 10000011 10011 10111101 11111 1011010 0 11010 100011000 1010010 101001

Color Harmonies of #8313BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313BD

Black with #8313BD

Text Example


Text Example

White with #8313BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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