Html Css Color HEX #8617C0 Dark Violet

📋 copy color: '#8617C0'

red 134 ◦ green 23 ◦ blue 192

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

Shades of Dark Violet #8617C0

Tints of Dark Violet #8617C0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 38.4%
G = 6.59%
B = 55.01%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8617C0 (or 0x8617C0) is known color: Dark Violet. HEX triplet: 86, 17 and C0. RGB value is (134,23,192). Sum of RGB (Red+Green+Blue) = 134+23+192=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #8617C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8617C0 is #79E83F. Grayscale: #4A4A4A. Windows color (decimal): -7989312 or 12588934. OLE color: 12588934.

HSL color Cylindrical-coordinate representation of color #8617C0: hue angle of 279.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8617C0 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 23 192 -
CMYK 0.30 0.88 0 0.25
HSL 279.41º 0.79% 0.42% -
HSV(B) 279.41º 0.88% 0.75% -
XYZ 19.65 9.49 50.66 -
YUV 75.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 134 23 192 0.30 0.88 0 0.25 279.41 0.79 0.42
Hex 86 17 C0 1E 58 0 19 117 4F 2A
Octal 206 27 300 36 130 0 31 427 117 52
Binary 10000110 10111 11000000 11110 1011000 0 11001 100010111 1001111 101010

Color Harmonies of #8617C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8617C0

Black with #8617C0

Text Example


Text Example

White with #8617C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8617C0; }

 p { color: rgb(134,23,192); }

 H1.HeaderClassName
 {
   color: #8617C0;
 }
 .AnyTagClassName
 {
   color: #8617C0;
 }
</style>

background-color css

<style>
 a { background-color: #8617C0; }

 a { background-color: rgb(134,23,192); }

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

border-color css

<style>
 span { border-color: #8617C0; }

 span { border-color: rgb(134,23,192); }

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