Html Css Color HEX #8606E1 Dark Violet

📋 copy color: '#8606E1'

red 134 ◦ green 6 ◦ blue 225

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

Shades of Dark Violet #8606E1

Tints of Dark Violet #8606E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.64%

 BLUE value IS 225 (88.28% from 255) = 61.64%

R = 36.71%
G = 1.64%
B = 61.64%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8606E1 (or 0x8606E1) is known color: Dark Violet. HEX triplet: 86, 06 and E1. RGB value is (134,6,225). Sum of RGB (Red+Green+Blue) = 134+6+225=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #8606E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8606E1 is #79F91E. Grayscale: #444444. Windows color (decimal): -7993631 or 14747270. OLE color: 14747270.

HSL color Cylindrical-coordinate representation of color #8606E1: hue angle of 275.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8606E1 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 6 225 -
CMYK 0.40 0.97 0 0.12
HSL 275.07º 0.95% 0.45% -
HSV(B) 275.07º 0.97% 0.88% -
XYZ 23.49 10.63 72.05 -
YUV 69.24 215.91 174.19 -
System Red Green Blue C M Y K H S L
Decimal 134 6 225 0.40 0.97 0 0.12 275.07 0.95 0.45
Hex 86 6 E1 28 61 0 C 113 5F 2D
Octal 206 6 341 50 141 0 14 423 137 55
Binary 10000110 110 11100001 101000 1100001 0 1100 100010011 1011111 101101

Color Harmonies of #8606E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8606E1

Black with #8606E1

Text Example


Text Example

White with #8606E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8606E1; }

 p { color: rgb(134,6,225); }

 H1.HeaderClassName
 {
   color: #8606E1;
 }
 .AnyTagClassName
 {
   color: #8606E1;
 }
</style>

background-color css

<style>
 a { background-color: #8606E1; }

 a { background-color: rgb(134,6,225); }

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

border-color css

<style>
 span { border-color: #8606E1; }

 span { border-color: rgb(134,6,225); }

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