Html Css Color HEX #8770DB Medium Purple

📋 copy color: '#8770DB'

red 135 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #8770DB

Tints of Medium Purple #8770DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.03%

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

R = 28.97%
G = 24.03%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8770DB (or 0x8770DB) is known color: Medium Purple. HEX triplet: 87, 70 and DB. RGB value is (135,112,219). Sum of RGB (Red+Green+Blue) = 135+112+219=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8770DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770DB is #788F24. Grayscale: #828282. Windows color (decimal): -7900965 or 14381191. OLE color: 14381191.

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

Color convert

RGB 135 112 219 -
CMYK 0.38 0.49 0 0.14
HSL 252.9º 0.6% 0.65% -
HSV(B) 252.9º 0.49% 0.86% -
XYZ 28.57 21.85 69.73 -
YUV 131.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 135 112 219 0.38 0.49 0 0.14 252.9 0.6 0.65
Hex 87 70 DB 26 31 0 E FD 3C 41
Octal 207 160 333 46 61 0 16 375 74 101
Binary 10000111 1110000 11011011 100110 110001 0 1110 11111101 111100 1000001

Color Harmonies of #8770DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770DB

Black with #8770DB

Text Example


Text Example

White with #8770DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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