Html Css Color HEX #8601DB Dark Violet

📋 copy color: '#8601DB'

red 134 ◦ green 1 ◦ blue 219

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

Shades of Dark Violet #8601DB

Tints of Dark Violet #8601DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 37.85%
G = 0.28%
B = 61.86%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8601DB (or 0x8601DB) is known color: Dark Violet. HEX triplet: 86, 01 and DB. RGB value is (134,1,219). Sum of RGB (Red+Green+Blue) = 134+1+219=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8601DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601DB is #79FE24. Grayscale: #404040. Windows color (decimal): -7994917 or 14352774. OLE color: 14352774.

HSL color Cylindrical-coordinate representation of color #8601DB: hue angle of 276.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601DB is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 1 219 -
CMYK 0.39 1.00 0 0.14
HSL 276.61º 0.99% 0.43% -
HSV(B) 276.61º 1% 0.86% -
XYZ 22.63 10.2 67.79 -
YUV 65.62 214.56 176.77 -
System Red Green Blue C M Y K H S L
Decimal 134 1 219 0.39 1.00 0 0.14 276.61 0.99 0.43
Hex 86 1 DB 27 64 0 E 115 63 2B
Octal 206 1 333 47 144 0 16 425 143 53
Binary 10000110 1 11011011 100111 1100100 0 1110 100010101 1100011 101011

Color Harmonies of #8601DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8601DB

Black with #8601DB

Text Example


Text Example

White with #8601DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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