Html Css Color HEX #8716D7 Blue Violet

📋 copy color: '#8716D7'

red 135 ◦ green 22 ◦ blue 215

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

Shades of Blue Violet #8716D7

Tints of Blue Violet #8716D7

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.91%

 BLUE value IS 215 (84.38% from 255) = 57.8%

R = 36.29%
G = 5.91%
B = 57.8%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8716D7 (or 0x8716D7) is known color: Blue Violet. HEX triplet: 87, 16 and D7. RGB value is (135,22,215). Sum of RGB (Red+Green+Blue) = 135+22+215=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #8716D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716D7 is #78E928. Grayscale: #4D4D4D. Windows color (decimal): -7924009 or 14096007. OLE color: 14096007.

HSL color Cylindrical-coordinate representation of color #8716D7: hue angle of 275.13º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8716D7 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 22 215 -
CMYK 0.37 0.90 0 0.16
HSL 275.13º 0.81% 0.46% -
HSV(B) 275.13º 0.9% 0.84% -
XYZ 22.54 10.63 65.15 -
YUV 77.79 205.44 168.81 -
System Red Green Blue C M Y K H S L
Decimal 135 22 215 0.37 0.90 0 0.16 275.13 0.81 0.46
Hex 87 16 D7 25 5A 0 10 113 51 2E
Octal 207 26 327 45 132 0 20 423 121 56
Binary 10000111 10110 11010111 100101 1011010 0 10000 100010011 1010001 101110

Color Harmonies of #8716D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8716D7

Black with #8716D7

Text Example


Text Example

White with #8716D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8716D7; }

 p { color: rgb(135,22,215); }

 H1.HeaderClassName
 {
   color: #8716D7;
 }
 .AnyTagClassName
 {
   color: #8716D7;
 }
</style>

background-color css

<style>
 a { background-color: #8716D7; }

 a { background-color: rgb(135,22,215); }

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

border-color css

<style>
 span { border-color: #8716D7; }

 span { border-color: rgb(135,22,215); }

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