Html Css Color HEX #8774DB Medium Purple

📋 copy color: '#8774DB'

red 135 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #8774DB

Tints of Medium Purple #8774DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.68%

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

R = 28.72%
G = 24.68%
B = 46.6%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8774DB (or 0x8774DB) is known color: Medium Purple. HEX triplet: 87, 74 and DB. RGB value is (135,116,219). Sum of RGB (Red+Green+Blue) = 135+116+219=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8774DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774DB is #788B24. Grayscale: #858585. Windows color (decimal): -7899941 or 14382215. OLE color: 14382215.

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

Color convert

RGB 135 116 219 -
CMYK 0.38 0.47 0 0.14
HSL 251.07º 0.59% 0.66% -
HSV(B) 251.07º 0.47% 0.86% -
XYZ 29.02 22.76 69.88 -
YUV 133.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 135 116 219 0.38 0.47 0 0.14 251.07 0.59 0.66
Hex 87 74 DB 26 2F 0 E FB 3B 42
Octal 207 164 333 46 57 0 16 373 73 102
Binary 10000111 1110100 11011011 100110 101111 0 1110 11111011 111011 1000010

Color Harmonies of #8774DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8774DB

Black with #8774DB

Text Example


Text Example

White with #8774DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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