Html Css Color HEX #8674DB Medium Purple

📋 copy color: '#8674DB'

red 134 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #8674DB

Tints of Medium Purple #8674DB

RGB

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

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

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

R = 28.57%
G = 24.73%
B = 46.7%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8674DB (or 0x8674DB) is known color: Medium Purple. HEX triplet: 86, 74 and DB. RGB value is (134,116,219). Sum of RGB (Red+Green+Blue) = 134+116+219=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8674DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674DB is #798B24. Grayscale: #848484. Windows color (decimal): -7965477 or 14382214. OLE color: 14382214.

HSL color Cylindrical-coordinate representation of color #8674DB: hue angle of 250.49º 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 #8674DB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 116 219 -
CMYK 0.39 0.47 0 0.14
HSL 250.49º 0.59% 0.66% -
HSV(B) 250.49º 0.47% 0.86% -
XYZ 28.86 22.67 69.87 -
YUV 133.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 134 116 219 0.39 0.47 0 0.14 250.49 0.59 0.66
Hex 86 74 DB 27 2F 0 E FA 3B 42
Octal 206 164 333 47 57 0 16 372 73 102
Binary 10000110 1110100 11011011 100111 101111 0 1110 11111010 111011 1000010

Color Harmonies of #8674DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674DB

Black with #8674DB

Text Example


Text Example

White with #8674DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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