Html Css Color HEX #8315CE Dark Violet

📋 copy color: '#8315CE'

red 131 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #8315CE

Tints of Dark Violet #8315CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

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

R = 36.59%
G = 5.87%
B = 57.54%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8315CE (or 0x8315CE) is known color: Dark Violet. HEX triplet: 83, 15 and CE. RGB value is (131,21,206). Sum of RGB (Red+Green+Blue) = 131+21+206=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8315CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315CE is #7CEA31. Grayscale: #4A4A4A. Windows color (decimal): -8186418 or 13505923. OLE color: 13505923.

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

Color convert

RGB 131 21 206 -
CMYK 0.36 0.90 0 0.19
HSL 275.68º 0.81% 0.45% -
HSV(B) 275.68º 0.9% 0.81% -
XYZ 20.77 9.82 59.19 -
YUV 74.98 201.94 167.96 -
System Red Green Blue C M Y K H S L
Decimal 131 21 206 0.36 0.90 0 0.19 275.68 0.81 0.45
Hex 83 15 CE 24 5A 0 13 114 51 2D
Octal 203 25 316 44 132 0 23 424 121 55
Binary 10000011 10101 11001110 100100 1011010 0 10011 100010100 1010001 101101

Color Harmonies of #8315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8315CE

Black with #8315CE

Text Example


Text Example

White with #8315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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