Html Css Color HEX #9871DA Medium Purple

📋 copy color: '#9871DA'

red 152 ◦ green 113 ◦ blue 218

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

Shades of Medium Purple #9871DA

Tints of Medium Purple #9871DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.4%

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

R = 31.47%
G = 23.4%
B = 45.13%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9871DA (or 0x9871DA) is known color: Medium Purple. HEX triplet: 98, 71 and DA. RGB value is (152,113,218). Sum of RGB (Red+Green+Blue) = 152+113+218=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #9871DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871DA is #678E25. Grayscale: #888888. Windows color (decimal): -6786598 or 14315928. OLE color: 14315928.

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

Color convert

RGB 152 113 218 -
CMYK 0.30 0.48 0 0.15
HSL 262.29º 0.59% 0.65% -
HSV(B) 262.29º 0.48% 0.85% -
XYZ 31.51 23.55 69.21 -
YUV 136.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 152 113 218 0.30 0.48 0 0.15 262.29 0.59 0.65
Hex 98 71 DA 1E 30 0 F 106 3B 41
Octal 230 161 332 36 60 0 17 406 73 101
Binary 10011000 1110001 11011010 11110 110000 0 1111 100000110 111011 1000001

Color Harmonies of #9871DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871DA

Black with #9871DA

Text Example


Text Example

White with #9871DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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