Html Css Color HEX #8318BC Dark Violet

📋 copy color: '#8318BC'

red 131 ◦ green 24 ◦ blue 188

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

Shades of Dark Violet #8318BC

Tints of Dark Violet #8318BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 38.19%
G = 7%
B = 54.81%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8318BC (or 0x8318BC) is known color: Dark Violet. HEX triplet: 83, 18 and BC. RGB value is (131,24,188). Sum of RGB (Red+Green+Blue) = 131+24+188=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8318BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318BC is #7CE743. Grayscale: #4A4A4A. Windows color (decimal): -8185668 or 12327043. OLE color: 12327043.

HSL color Cylindrical-coordinate representation of color #8318BC: hue angle of 279.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8318BC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 24 188 -
CMYK 0.30 0.87 0 0.26
HSL 279.15º 0.77% 0.42% -
HSV(B) 279.15º 0.87% 0.74% -
XYZ 18.76 9.11 48.35 -
YUV 74.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 131 24 188 0.30 0.87 0 0.26 279.15 0.77 0.42
Hex 83 18 BC 1E 57 0 1A 117 4D 2A
Octal 203 30 274 36 127 0 32 427 115 52
Binary 10000011 11000 10111100 11110 1010111 0 11010 100010111 1001101 101010

Color Harmonies of #8318BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8318BC

Black with #8318BC

Text Example


Text Example

White with #8318BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8318BC; }

 p { color: rgb(131,24,188); }

 H1.HeaderClassName
 {
   color: #8318BC;
 }
 .AnyTagClassName
 {
   color: #8318BC;
 }
</style>

background-color css

<style>
 a { background-color: #8318BC; }

 a { background-color: rgb(131,24,188); }

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

border-color css

<style>
 span { border-color: #8318BC; }

 span { border-color: rgb(131,24,188); }

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