Html Css Color HEX #8601BE Dark Violet

📋 copy color: '#8601BE'

red 134 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #8601BE

Tints of Dark Violet #8601BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 41.23%
G = 0.31%
B = 58.46%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8601BE (or 0x8601BE) is known color: Dark Violet. HEX triplet: 86, 01 and BE. RGB value is (134,1,190). Sum of RGB (Red+Green+Blue) = 134+1+190=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #8601BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601BE is #79FE41. Grayscale: #3D3D3D. Windows color (decimal): -7994946 or 12452230. OLE color: 12452230.

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

Color convert

RGB 134 1 190 -
CMYK 0.29 0.99 0 0.25
HSL 282.22º 0.99% 0.37% -
HSV(B) 282.22º 0.99% 0.75% -
XYZ 19.14 8.81 49.41 -
YUV 62.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 134 1 190 0.29 0.99 0 0.25 282.22 0.99 0.37
Hex 86 1 BE 1D 63 0 19 11A 63 25
Octal 206 1 276 35 143 0 31 432 143 45
Binary 10000110 1 10111110 11101 1100011 0 11001 100011010 1100011 100101

Color Harmonies of #8601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8601BE

Black with #8601BE

Text Example


Text Example

White with #8601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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