Html Css Color HEX #9874DA Medium Purple

📋 copy color: '#9874DA'

red 152 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #9874DA

Tints of Medium Purple #9874DA

RGB

 RED value IS 152 (59.77% from 255) = 31.28%

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

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

R = 31.28%
G = 23.87%
B = 44.86%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9874DA (or 0x9874DA) is known color: Medium Purple. HEX triplet: 98, 74 and DA. RGB value is (152,116,218). Sum of RGB (Red+Green+Blue) = 152+116+218=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #9874DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9874DA is #678B25. Grayscale: #8A8A8A. Windows color (decimal): -6785830 or 14316696. OLE color: 14316696.

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

Color convert

RGB 152 116 218 -
CMYK 0.30 0.47 0 0.15
HSL 261.18º 0.58% 0.65% -
HSV(B) 261.18º 0.47% 0.85% -
XYZ 31.85 24.23 69.33 -
YUV 138.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 152 116 218 0.30 0.47 0 0.15 261.18 0.58 0.65
Hex 98 74 DA 1E 2F 0 F 105 3A 41
Octal 230 164 332 36 57 0 17 405 72 101
Binary 10011000 1110100 11011010 11110 101111 0 1111 100000101 111010 1000001

Color Harmonies of #9874DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9874DA

Black with #9874DA

Text Example


Text Example

White with #9874DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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