Html Css Color HEX #8701CC Dark Violet

📋 copy color: '#8701CC'

red 135 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #8701CC

Tints of Dark Violet #8701CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60%

R = 39.71%
G = 0.29%
B = 60%

CMYK

 C value IS 0.34

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8701CC (or 0x8701CC) is known color: Dark Violet. HEX triplet: 87, 01 and CC. RGB value is (135,1,204). Sum of RGB (Red+Green+Blue) = 135+1+204=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #8701CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8701CC is #78FE33. Grayscale: #3F3F3F. Windows color (decimal): -7929396 or 13369735. OLE color: 13369735.

HSL color Cylindrical-coordinate representation of color #8701CC: hue angle of 279.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8701CC is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 1 204 -
CMYK 0.34 1.00 0 0.2
HSL 279.61º 0.99% 0.4% -
HSV(B) 279.61º 1% 0.8% -
XYZ 20.9 9.53 57.87 -
YUV 64.21 206.89 178.49 -
System Red Green Blue C M Y K H S L
Decimal 135 1 204 0.34 1.00 0 0.2 279.61 0.99 0.4
Hex 87 1 CC 22 64 0 14 118 63 28
Octal 207 1 314 42 144 0 24 430 143 50
Binary 10000111 1 11001100 100010 1100100 0 10100 100011000 1100011 101000

Color Harmonies of #8701CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8701CC

Black with #8701CC

Text Example


Text Example

White with #8701CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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