Html Css Color HEX #8713CF Dark Violet

📋 copy color: '#8713CF'

red 135 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #8713CF

Tints of Dark Violet #8713CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 37.4%
G = 5.26%
B = 57.34%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8713CF (or 0x8713CF) is known color: Dark Violet. HEX triplet: 87, 13 and CF. RGB value is (135,19,207). Sum of RGB (Red+Green+Blue) = 135+19+207=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #8713CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713CF is #78EC30. Grayscale: #4A4A4A. Windows color (decimal): -7924785 or 13570951. OLE color: 13570951.

HSL color Cylindrical-coordinate representation of color #8713CF: hue angle of 277.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8713CF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 19 207 -
CMYK 0.35 0.91 0 0.19
HSL 277.02º 0.83% 0.44% -
HSV(B) 277.02º 0.91% 0.81% -
XYZ 21.49 10.12 59.85 -
YUV 75.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 135 19 207 0.35 0.91 0 0.19 277.02 0.83 0.44
Hex 87 13 CF 23 5B 0 13 115 53 2C
Octal 207 23 317 43 133 0 23 425 123 54
Binary 10000111 10011 11001111 100011 1011011 0 10011 100010101 1010011 101100

Color Harmonies of #8713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8713CF

Black with #8713CF

Text Example


Text Example

White with #8713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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