Html Css Color HEX #8719DB Blue Violet

📋 copy color: '#8719DB'

red 135 ◦ green 25 ◦ blue 219

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

Shades of Blue Violet #8719DB

Tints of Blue Violet #8719DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.6%

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 35.62%
G = 6.6%
B = 57.78%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8719DB (or 0x8719DB) is known color: Blue Violet. HEX triplet: 87, 19 and DB. RGB value is (135,25,219). Sum of RGB (Red+Green+Blue) = 135+25+219=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #8719DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8719DB is #78E624. Grayscale: #4F4F4F. Windows color (decimal): -7923237 or 14358919. OLE color: 14358919.

HSL color Cylindrical-coordinate representation of color #8719DB: hue angle of 274.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8719DB is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 25 219 -
CMYK 0.38 0.89 0 0.14
HSL 274.02º 0.8% 0.48% -
HSV(B) 274.02º 0.89% 0.86% -
XYZ 23.13 10.96 67.91 -
YUV 80.01 206.44 167.23 -
System Red Green Blue C M Y K H S L
Decimal 135 25 219 0.38 0.89 0 0.14 274.02 0.8 0.48
Hex 87 19 DB 26 59 0 E 112 50 30
Octal 207 31 333 46 131 0 16 422 120 60
Binary 10000111 11001 11011011 100110 1011001 0 1110 100010010 1010000 110000

Color Harmonies of #8719DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8719DB

Black with #8719DB

Text Example


Text Example

White with #8719DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8719DB; }

 p { color: rgb(135,25,219); }

 H1.HeaderClassName
 {
   color: #8719DB;
 }
 .AnyTagClassName
 {
   color: #8719DB;
 }
</style>

background-color css

<style>
 a { background-color: #8719DB; }

 a { background-color: rgb(135,25,219); }

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

border-color css

<style>
 span { border-color: #8719DB; }

 span { border-color: rgb(135,25,219); }

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