Html Css Color HEX #8615BC Dark Violet

📋 copy color: '#8615BC'

red 134 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #8615BC

Tints of Dark Violet #8615BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 39.07%
G = 6.12%
B = 54.81%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8615BC (or 0x8615BC) is known color: Dark Violet. HEX triplet: 86, 15 and BC. RGB value is (134,21,188). Sum of RGB (Red+Green+Blue) = 134+21+188=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8615BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615BC is #79EA43. Grayscale: #494949. Windows color (decimal): -7989828 or 12326278. OLE color: 12326278.

HSL color Cylindrical-coordinate representation of color #8615BC: hue angle of 280.6º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8615BC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 21 188 -
CMYK 0.29 0.89 0 0.26
HSL 280.6º 0.8% 0.41% -
HSV(B) 280.6º 0.89% 0.74% -
XYZ 19.18 9.24 48.35 -
YUV 73.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 134 21 188 0.29 0.89 0 0.26 280.6 0.8 0.41
Hex 86 15 BC 1D 59 0 1A 119 50 29
Octal 206 25 274 35 131 0 32 431 120 51
Binary 10000110 10101 10111100 11101 1011001 0 11010 100011001 1010000 101001

Color Harmonies of #8615BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8615BC

Black with #8615BC

Text Example


Text Example

White with #8615BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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