Html Css Color HEX #8674DA Medium Purple

📋 copy color: '#8674DA'

red 134 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #8674DA

Tints of Medium Purple #8674DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 28.63%
G = 24.79%
B = 46.58%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8674DA (or 0x8674DA) is known color: Medium Purple. HEX triplet: 86, 74 and DA. RGB value is (134,116,218). Sum of RGB (Red+Green+Blue) = 134+116+218=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8674DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674DA is #798B25. Grayscale: #848484. Windows color (decimal): -7965478 or 14316678. OLE color: 14316678.

HSL color Cylindrical-coordinate representation of color #8674DA: hue angle of 250.59º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8674DA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 116 218 -
CMYK 0.39 0.47 0 0.15
HSL 250.59º 0.58% 0.65% -
HSV(B) 250.59º 0.47% 0.85% -
XYZ 28.73 22.62 69.18 -
YUV 133.01 175.96 128.71 -
System Red Green Blue C M Y K H S L
Decimal 134 116 218 0.39 0.47 0 0.15 250.59 0.58 0.65
Hex 86 74 DA 27 2F 0 F FB 3A 41
Octal 206 164 332 47 57 0 17 373 72 101
Binary 10000110 1110100 11011010 100111 101111 0 1111 11111011 111010 1000001

Color Harmonies of #8674DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674DA

Black with #8674DA

Text Example


Text Example

White with #8674DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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