Html Css Color HEX #8318DC Blue Violet

📋 copy color: '#8318DC'

red 131 ◦ green 24 ◦ blue 220

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

Shades of Blue Violet #8318DC

Tints of Blue Violet #8318DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 34.93%
G = 6.4%
B = 58.67%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8318DC (or 0x8318DC) is known color: Blue Violet. HEX triplet: 83, 18 and DC. RGB value is (131,24,220). Sum of RGB (Red+Green+Blue) = 131+24+220=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #8318DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318DC is #7CE723. Grayscale: #4D4D4D. Windows color (decimal): -8185636 or 14424195. OLE color: 14424195.

HSL color Cylindrical-coordinate representation of color #8318DC: hue angle of 272.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8318DC is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 24 220 -
CMYK 0.40 0.89 0 0.14
HSL 272.76º 0.8% 0.48% -
HSV(B) 272.76º 0.89% 0.86% -
XYZ 22.6 10.65 68.57 -
YUV 78.34 207.95 165.56 -
System Red Green Blue C M Y K H S L
Decimal 131 24 220 0.40 0.89 0 0.14 272.76 0.8 0.48
Hex 83 18 DC 28 59 0 E 111 50 30
Octal 203 30 334 50 131 0 16 421 120 60
Binary 10000011 11000 11011100 101000 1011001 0 1110 100010001 1010000 110000

Color Harmonies of #8318DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8318DC

Black with #8318DC

Text Example


Text Example

White with #8318DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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