Html Css Color HEX #8318CE Blue Violet

📋 copy color: '#8318CE'

red 131 ◦ green 24 ◦ blue 206

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

Shades of Blue Violet #8318CE

Tints of Blue Violet #8318CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 36.29%
G = 6.65%
B = 57.06%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8318CE (or 0x8318CE) is known color: Blue Violet. HEX triplet: 83, 18 and CE. RGB value is (131,24,206). Sum of RGB (Red+Green+Blue) = 131+24+206=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #8318CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318CE is #7CE731. Grayscale: #4C4C4C. Windows color (decimal): -8185650 or 13506691. OLE color: 13506691.

HSL color Cylindrical-coordinate representation of color #8318CE: hue angle of 275.27º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8318CE is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 24 206 -
CMYK 0.36 0.88 0 0.19
HSL 275.27º 0.79% 0.45% -
HSV(B) 275.27º 0.88% 0.81% -
XYZ 20.83 9.93 59.21 -
YUV 76.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 131 24 206 0.36 0.88 0 0.19 275.27 0.79 0.45
Hex 83 18 CE 24 58 0 13 113 4F 2D
Octal 203 30 316 44 130 0 23 423 117 55
Binary 10000011 11000 11001110 100100 1011000 0 10011 100010011 1001111 101101

Color Harmonies of #8318CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8318CE

Black with #8318CE

Text Example


Text Example

White with #8318CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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