Html Css Color HEX #8711CC Dark Violet

📋 copy color: '#8711CC'

red 135 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #8711CC

Tints of Dark Violet #8711CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

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

R = 37.92%
G = 4.78%
B = 57.3%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8711CC (or 0x8711CC) is known color: Dark Violet. HEX triplet: 87, 11 and CC. RGB value is (135,17,204). Sum of RGB (Red+Green+Blue) = 135+17+204=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #8711CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711CC is #78EE33. Grayscale: #484848. Windows color (decimal): -7925300 or 13373831. OLE color: 13373831.

HSL color Cylindrical-coordinate representation of color #8711CC: hue angle of 277.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8711CC is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 17 204 -
CMYK 0.34 0.92 0 0.2
HSL 277.86º 0.85% 0.43% -
HSV(B) 277.86º 0.92% 0.8% -
XYZ 21.09 9.91 57.93 -
YUV 73.6 201.59 171.79 -
System Red Green Blue C M Y K H S L
Decimal 135 17 204 0.34 0.92 0 0.2 277.86 0.85 0.43
Hex 87 11 CC 22 5C 0 14 116 55 2B
Octal 207 21 314 42 134 0 24 426 125 53
Binary 10000111 10001 11001100 100010 1011100 0 10100 100010110 1010101 101011

Color Harmonies of #8711CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8711CC

Black with #8711CC

Text Example


Text Example

White with #8711CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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