Html Css Color HEX #8615CE Dark Violet

📋 copy color: '#8615CE'

red 134 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #8615CE

Tints of Dark Violet #8615CE

RGB

 RED value IS 134 (52.73% from 255) = 37.12%

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

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

R = 37.12%
G = 5.82%
B = 57.06%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8615CE (or 0x8615CE) is known color: Dark Violet. HEX triplet: 86, 15 and CE. RGB value is (134,21,206). Sum of RGB (Red+Green+Blue) = 134+21+206=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 21 (8.59% from 255 or 5.82% 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 #8615CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615CE is #79EA31. Grayscale: #4B4B4B. Windows color (decimal): -7989810 or 13505926. OLE color: 13505926.

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

Color convert

RGB 134 21 206 -
CMYK 0.35 0.90 0 0.19
HSL 276.65º 0.81% 0.45% -
HSV(B) 276.65º 0.9% 0.81% -
XYZ 21.24 10.06 59.21 -
YUV 75.88 201.44 169.46 -
System Red Green Blue C M Y K H S L
Decimal 134 21 206 0.35 0.90 0 0.19 276.65 0.81 0.45
Hex 86 15 CE 23 5A 0 13 115 51 2D
Octal 206 25 316 43 132 0 23 425 121 55
Binary 10000110 10101 11001110 100011 1011010 0 10011 100010101 1010001 101101

Color Harmonies of #8615CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8615CE

Black with #8615CE

Text Example


Text Example

White with #8615CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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