Html Css Color HEX #8C76DB Medium Purple

📋 copy color: '#8C76DB'

red 140 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #8C76DB

Tints of Medium Purple #8C76DB

RGB

 RED value IS 140 (55.08% from 255) = 29.35%

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

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

R = 29.35%
G = 24.74%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C76DB (or 0x8C76DB) is known color: Medium Purple. HEX triplet: 8C, 76 and DB. RGB value is (140,118,219). Sum of RGB (Red+Green+Blue) = 140+118+219=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76DB is #738924. Grayscale: #878787. Windows color (decimal): -7571749 or 14382732. OLE color: 14382732.

HSL color Cylindrical-coordinate representation of color #8C76DB: hue angle of 253.07º 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 #8C76DB is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 118 219 -
CMYK 0.36 0.46 0 0.14
HSL 253.07º 0.58% 0.66% -
HSV(B) 253.07º 0.46% 0.86% -
XYZ 30.08 23.65 70 -
YUV 136.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 140 118 219 0.36 0.46 0 0.14 253.07 0.58 0.66
Hex 8C 76 DB 24 2E 0 E FD 3A 42
Octal 214 166 333 44 56 0 16 375 72 102
Binary 10001100 1110110 11011011 100100 101110 0 1110 11111101 111010 1000010

Color Harmonies of #8C76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76DB

Black with #8C76DB

Text Example


Text Example

White with #8C76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C76DB; }

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

 H1.HeaderClassName
 {
   color: #8C76DB;
 }
 .AnyTagClassName
 {
   color: #8C76DB;
 }
</style>

background-color css

<style>
 a { background-color: #8C76DB; }

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

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

border-color css

<style>
 span { border-color: #8C76DB; }

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

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