Html Css Color HEX #8614BC Dark Violet

📋 copy color: '#8614BC'

red 134 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #8614BC

Tints of Dark Violet #8614BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

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

R = 39.18%
G = 5.85%
B = 54.97%

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

#8614BC (or 0x8614BC) is known color: Dark Violet. HEX triplet: 86, 14 and BC. RGB value is (134,20,188). Sum of RGB (Red+Green+Blue) = 134+20+188=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #8614BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8614BC is #79EB43. Grayscale: #484848. Windows color (decimal): -7990084 or 12326022. OLE color: 12326022.

HSL color Cylindrical-coordinate representation of color #8614BC: hue angle of 280.71º degrees, saturation: 0.81, 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 #8614BC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 20 188 -
CMYK 0.29 0.89 0 0.26
HSL 280.71º 0.81% 0.41% -
HSV(B) 280.71º 0.89% 0.74% -
XYZ 19.16 9.2 48.34 -
YUV 73.24 192.77 171.34 -
System Red Green Blue C M Y K H S L
Decimal 134 20 188 0.29 0.89 0 0.26 280.71 0.81 0.41
Hex 86 14 BC 1D 59 0 1A 119 51 29
Octal 206 24 274 35 131 0 32 431 121 51
Binary 10000110 10100 10111100 11101 1011001 0 11010 100011001 1010001 101001

Color Harmonies of #8614BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8614BC

Black with #8614BC

Text Example


Text Example

White with #8614BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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