Html Css Color HEX #8313BE Dark Violet

📋 copy color: '#8313BE'

red 131 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #8313BE

Tints of Dark Violet #8313BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 38.53%
G = 5.59%
B = 55.88%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8313BE (or 0x8313BE) is known color: Dark Violet. HEX triplet: 83, 13 and BE. RGB value is (131,19,190). Sum of RGB (Red+Green+Blue) = 131+19+190=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8313BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313BE is #7CEC41. Grayscale: #474747. Windows color (decimal): -8186946 or 12456835. OLE color: 12456835.

HSL color Cylindrical-coordinate representation of color #8313BE: hue angle of 279.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8313BE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 19 190 -
CMYK 0.31 0.90 0 0.25
HSL 279.3º 0.82% 0.41% -
HSV(B) 279.3º 0.9% 0.75% -
XYZ 18.89 9.01 49.46 -
YUV 71.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 131 19 190 0.31 0.90 0 0.25 279.3 0.82 0.41
Hex 83 13 BE 1F 5A 0 19 117 52 29
Octal 203 23 276 37 132 0 31 427 122 51
Binary 10000011 10011 10111110 11111 1011010 0 11001 100010111 1010010 101001

Color Harmonies of #8313BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313BE

Black with #8313BE

Text Example


Text Example

White with #8313BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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