Html Css Color HEX #8313B2 Dark Violet

📋 copy color: '#8313B2'

red 131 ◦ green 19 ◦ blue 178

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

Shades of Dark Violet #8313B2

Tints of Dark Violet #8313B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.27%

R = 39.94%
G = 5.79%
B = 54.27%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8313B2 (or 0x8313B2) is known color: Dark Violet. HEX triplet: 83, 13 and B2. RGB value is (131,19,178). Sum of RGB (Red+Green+Blue) = 131+19+178=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #8313B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8313B2 is #7CEC4D. Grayscale: #464646. Windows color (decimal): -8186958 or 11670403. OLE color: 11670403.

HSL color Cylindrical-coordinate representation of color #8313B2: hue angle of 282.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8313B2 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 19 178 -
CMYK 0.26 0.89 0 0.30
HSL 282.26º 0.81% 0.39% -
HSV(B) 282.26º 0.89% 0.7% -
XYZ 17.63 8.51 42.83 -
YUV 70.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 131 19 178 0.26 0.89 0 0.30 282.26 0.81 0.39
Hex 83 13 B2 1A 59 0 1E 11A 51 27
Octal 203 23 262 32 131 0 36 432 121 47
Binary 10000011 10011 10110010 11010 1011001 0 11110 100011010 1010001 100111

Color Harmonies of #8313B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313B2

Black with #8313B2

Text Example


Text Example

White with #8313B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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