Html Css Color HEX #8713C0 Dark Violet

📋 copy color: '#8713C0'

red 135 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #8713C0

Tints of Dark Violet #8713C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 192 (75.39% from 255) = 55.49%

R = 39.02%
G = 5.49%
B = 55.49%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8713C0 (or 0x8713C0) is known color: Dark Violet. HEX triplet: 87, 13 and C0. RGB value is (135,19,192). Sum of RGB (Red+Green+Blue) = 135+19+192=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #8713C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713C0 is #78EC3F. Grayscale: #484848. Windows color (decimal): -7924800 or 12587911. OLE color: 12587911.

HSL color Cylindrical-coordinate representation of color #8713C0: hue angle of 280.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8713C0 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 19 192 -
CMYK 0.30 0.90 0 0.25
HSL 280.23º 0.82% 0.41% -
HSV(B) 280.23º 0.9% 0.75% -
XYZ 19.74 9.42 50.65 -
YUV 73.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 135 19 192 0.30 0.90 0 0.25 280.23 0.82 0.41
Hex 87 13 C0 1E 5A 0 19 118 52 29
Octal 207 23 300 36 132 0 31 430 122 51
Binary 10000111 10011 11000000 11110 1011010 0 11001 100011000 1010010 101001

Color Harmonies of #8713C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8713C0

Black with #8713C0

Text Example


Text Example

White with #8713C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8713C0; }

 p { color: rgb(135,19,192); }

 H1.HeaderClassName
 {
   color: #8713C0;
 }
 .AnyTagClassName
 {
   color: #8713C0;
 }
</style>

background-color css

<style>
 a { background-color: #8713C0; }

 a { background-color: rgb(135,19,192); }

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

border-color css

<style>
 span { border-color: #8713C0; }

 span { border-color: rgb(135,19,192); }

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