Html Css Color HEX #8015CE Dark Violet

📋 copy color: '#8015CE'

red 128 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #8015CE

Tints of Dark Violet #8015CE

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

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

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

R = 36.06%
G = 5.92%
B = 58.03%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8015CE (or 0x8015CE) is known color: Dark Violet. HEX triplet: 80, 15 and CE. RGB value is (128,21,206). Sum of RGB (Red+Green+Blue) = 128+21+206=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #8015CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015CE is #7FEA31. Grayscale: #494949. Windows color (decimal): -8383026 or 13505920. OLE color: 13505920.

HSL color Cylindrical-coordinate representation of color #8015CE: hue angle of 274.7º 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 #8015CE is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 21 206 -
CMYK 0.38 0.90 0 0.19
HSL 274.7º 0.81% 0.45% -
HSV(B) 274.7º 0.9% 0.81% -
XYZ 20.31 9.58 59.17 -
YUV 74.08 202.45 166.46 -
System Red Green Blue C M Y K H S L
Decimal 128 21 206 0.38 0.90 0 0.19 274.7 0.81 0.45
Hex 80 15 CE 26 5A 0 13 113 51 2D
Octal 200 25 316 46 132 0 23 423 121 55
Binary 10000000 10101 11001110 100110 1011010 0 10011 100010011 1010001 101101

Color Harmonies of #8015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015CE

Black with #8015CE

Text Example


Text Example

White with #8015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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