Html Css Color HEX #8718DD Blue Violet

📋 copy color: '#8718DD'

red 135 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #8718DD

Tints of Blue Violet #8718DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.32%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 35.53%
G = 6.32%
B = 58.16%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8718DD (or 0x8718DD) is known color: Blue Violet. HEX triplet: 87, 18 and DD. RGB value is (135,24,221). Sum of RGB (Red+Green+Blue) = 135+24+221=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #8718DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718DD is #78E722. Grayscale: #4E4E4E. Windows color (decimal): -7923491 or 14489735. OLE color: 14489735.

HSL color Cylindrical-coordinate representation of color #8718DD: hue angle of 273.81º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8718DD is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 24 221 -
CMYK 0.39 0.89 0 0.13
HSL 273.81º 0.8% 0.48% -
HSV(B) 273.81º 0.89% 0.87% -
XYZ 23.37 11.02 69.3 -
YUV 79.65 207.77 167.48 -
System Red Green Blue C M Y K H S L
Decimal 135 24 221 0.39 0.89 0 0.13 273.81 0.8 0.48
Hex 87 18 DD 27 59 0 D 112 50 30
Octal 207 30 335 47 131 0 15 422 120 60
Binary 10000111 11000 11011101 100111 1011001 0 1101 100010010 1010000 110000

Color Harmonies of #8718DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8718DD

Black with #8718DD

Text Example


Text Example

White with #8718DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8718DD; }

 p { color: rgb(135,24,221); }

 H1.HeaderClassName
 {
   color: #8718DD;
 }
 .AnyTagClassName
 {
   color: #8718DD;
 }
</style>

background-color css

<style>
 a { background-color: #8718DD; }

 a { background-color: rgb(135,24,221); }

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

border-color css

<style>
 span { border-color: #8718DD; }

 span { border-color: rgb(135,24,221); }

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