Html Css Color HEX #8313BF Dark Violet

📋 copy color: '#8313BF'

red 131 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #8313BF

Tints of Dark Violet #8313BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.01%

R = 38.42%
G = 5.57%
B = 56.01%

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

#8313BF (or 0x8313BF) is known color: Dark Violet. HEX triplet: 83, 13 and BF. RGB value is (131,19,191). Sum of RGB (Red+Green+Blue) = 131+19+191=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #8313BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313BF is #7CEC40. Grayscale: #474747. Windows color (decimal): -8186945 or 12522371. OLE color: 12522371.

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

Color convert

RGB 131 19 191 -
CMYK 0.31 0.90 0 0.25
HSL 279.07º 0.82% 0.41% -
HSV(B) 279.07º 0.9% 0.75% -
XYZ 19 9.05 50.04 -
YUV 72.1 195.11 170.01 -
System Red Green Blue C M Y K H S L
Decimal 131 19 191 0.31 0.90 0 0.25 279.07 0.82 0.41
Hex 83 13 BF 1F 5A 0 19 117 52 29
Octal 203 23 277 37 132 0 31 427 122 51
Binary 10000011 10011 10111111 11111 1011010 0 11001 100010111 1010010 101001

Color Harmonies of #8313BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313BF

Black with #8313BF

Text Example


Text Example

White with #8313BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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