Html Css Color HEX #8601D7 Dark Violet

📋 copy color: '#8601D7'

red 134 ◦ green 1 ◦ blue 215

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

Shades of Dark Violet #8601D7

Tints of Dark Violet #8601D7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 38.29%
G = 0.29%
B = 61.43%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8601D7 (or 0x8601D7) is known color: Dark Violet. HEX triplet: 86, 01 and D7. RGB value is (134,1,215). Sum of RGB (Red+Green+Blue) = 134+1+215=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #8601D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601D7 is #79FE28. Grayscale: #404040. Windows color (decimal): -7994921 or 14090630. OLE color: 14090630.

HSL color Cylindrical-coordinate representation of color #8601D7: hue angle of 277.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601D7 is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 1 215 -
CMYK 0.38 1.00 0 0.16
HSL 277.29º 0.99% 0.42% -
HSV(B) 277.29º 1% 0.84% -
XYZ 22.11 10 65.05 -
YUV 65.16 212.56 177.1 -
System Red Green Blue C M Y K H S L
Decimal 134 1 215 0.38 1.00 0 0.16 277.29 0.99 0.42
Hex 86 1 D7 26 64 0 10 115 63 2A
Octal 206 1 327 46 144 0 20 425 143 52
Binary 10000110 1 11010111 100110 1100100 0 10000 100010101 1100011 101010

Color Harmonies of #8601D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8601D7

Black with #8601D7

Text Example


Text Example

White with #8601D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8601D7; }

 p { color: rgb(134,1,215); }

 H1.HeaderClassName
 {
   color: #8601D7;
 }
 .AnyTagClassName
 {
   color: #8601D7;
 }
</style>

background-color css

<style>
 a { background-color: #8601D7; }

 a { background-color: rgb(134,1,215); }

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

border-color css

<style>
 span { border-color: #8601D7; }

 span { border-color: rgb(134,1,215); }

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