Html Css Color HEX #8874DA Medium Purple

📋 copy color: '#8874DA'

red 136 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #8874DA

Tints of Medium Purple #8874DA

RGB

 RED value IS 136 (53.52% from 255) = 28.94%

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

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

R = 28.94%
G = 24.68%
B = 46.38%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8874DA (or 0x8874DA) is known color: Medium Purple. HEX triplet: 88, 74 and DA. RGB value is (136,116,218). Sum of RGB (Red+Green+Blue) = 136+116+218=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #8874DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874DA is #778B25. Grayscale: #858585. Windows color (decimal): -7834406 or 14316680. OLE color: 14316680.

HSL color Cylindrical-coordinate representation of color #8874DA: hue angle of 251.76º 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 #8874DA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 116 218 -
CMYK 0.38 0.47 0 0.15
HSL 251.76º 0.58% 0.65% -
HSV(B) 251.76º 0.47% 0.85% -
XYZ 29.05 22.79 69.2 -
YUV 133.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 136 116 218 0.38 0.47 0 0.15 251.76 0.58 0.65
Hex 88 74 DA 26 2F 0 F FC 3A 41
Octal 210 164 332 46 57 0 17 374 72 101
Binary 10001000 1110100 11011010 100110 101111 0 1111 11111100 111010 1000001

Color Harmonies of #8874DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8874DA

Black with #8874DA

Text Example


Text Example

White with #8874DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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