Html Css Color HEX #8676DB Medium Purple

📋 copy color: '#8676DB'

red 134 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #8676DB

Tints of Medium Purple #8676DB

RGB

 RED value IS 134 (52.73% from 255) = 28.45%

 GREEN value IS 118 (46.48% from 255) = 25.05%

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

R = 28.45%
G = 25.05%
B = 46.5%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8676DB (or 0x8676DB) is known color: Medium Purple. HEX triplet: 86, 76 and DB. RGB value is (134,118,219). Sum of RGB (Red+Green+Blue) = 134+118+219=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #8676DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676DB is #798924. Grayscale: #858585. Windows color (decimal): -7964965 or 14382726. OLE color: 14382726.

HSL color Cylindrical-coordinate representation of color #8676DB: hue angle of 249.5º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8676DB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 118 219 -
CMYK 0.39 0.46 0 0.14
HSL 249.5º 0.58% 0.66% -
HSV(B) 249.5º 0.46% 0.86% -
XYZ 29.1 23.14 69.95 -
YUV 134.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 134 118 219 0.39 0.46 0 0.14 249.5 0.58 0.66
Hex 86 76 DB 27 2E 0 E FA 3A 42
Octal 206 166 333 47 56 0 16 372 72 102
Binary 10000110 1110110 11011011 100111 101110 0 1110 11111010 111010 1000010

Color Harmonies of #8676DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676DB

Black with #8676DB

Text Example


Text Example

White with #8676DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,118,219); }

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

background-color css

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

 a { background-color: rgb(134,118,219); }

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

border-color css

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

 span { border-color: rgb(134,118,219); }

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