Html Css Color HEX #8601C0 Dark Violet

📋 copy color: '#8601C0'

red 134 ◦ green 1 ◦ blue 192

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

Shades of Dark Violet #8601C0

Tints of Dark Violet #8601C0

RGB

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

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

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

R = 40.98%
G = 0.31%
B = 58.72%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8601C0 (or 0x8601C0) is known color: Dark Violet. HEX triplet: 86, 01 and C0. RGB value is (134,1,192). Sum of RGB (Red+Green+Blue) = 134+1+192=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #8601C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601C0 is #79FE3F. Grayscale: #3D3D3D. Windows color (decimal): -7994944 or 12583302. OLE color: 12583302.

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

Color convert

RGB 134 1 192 -
CMYK 0.30 0.99 0 0.25
HSL 281.78º 0.99% 0.38% -
HSV(B) 281.78º 0.99% 0.75% -
XYZ 19.36 8.9 50.57 -
YUV 62.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 134 1 192 0.30 0.99 0 0.25 281.78 0.99 0.38
Hex 86 1 C0 1E 63 0 19 11A 63 26
Octal 206 1 300 36 143 0 31 432 143 46
Binary 10000110 1 11000000 11110 1100011 0 11001 100011010 1100011 100110

Color Harmonies of #8601C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8601C0

Black with #8601C0

Text Example


Text Example

White with #8601C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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