Html Css Color HEX #8701DF Dark Violet

📋 copy color: '#8701DF'

red 135 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #8701DF

Tints of Dark Violet #8701DF

RGB

 RED value IS 135 (53.13% from 255) = 37.6%

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

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 37.6%
G = 0.28%
B = 62.12%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8701DF (or 0x8701DF) is known color: Dark Violet. HEX triplet: 87, 01 and DF. RGB value is (135,1,223). Sum of RGB (Red+Green+Blue) = 135+1+223=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #8701DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8701DF is #78FE20. Grayscale: #414141. Windows color (decimal): -7929377 or 14614919. OLE color: 14614919.

HSL color Cylindrical-coordinate representation of color #8701DF: hue angle of 276.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8701DF is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 1 223 -
CMYK 0.39 1.00 0 0.13
HSL 276.22º 0.99% 0.44% -
HSV(B) 276.22º 1% 0.87% -
XYZ 23.32 10.5 70.61 -
YUV 66.37 216.39 176.95 -
System Red Green Blue C M Y K H S L
Decimal 135 1 223 0.39 1.00 0 0.13 276.22 0.99 0.44
Hex 87 1 DF 27 64 0 D 114 63 2C
Octal 207 1 337 47 144 0 15 424 143 54
Binary 10000111 1 11011111 100111 1100100 0 1101 100010100 1100011 101100

Color Harmonies of #8701DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8701DF

Black with #8701DF

Text Example


Text Example

White with #8701DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8701DF; }

 p { color: rgb(135,1,223); }

 H1.HeaderClassName
 {
   color: #8701DF;
 }
 .AnyTagClassName
 {
   color: #8701DF;
 }
</style>

background-color css

<style>
 a { background-color: #8701DF; }

 a { background-color: rgb(135,1,223); }

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

border-color css

<style>
 span { border-color: #8701DF; }

 span { border-color: rgb(135,1,223); }

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