Html Css Color HEX #9881DA Medium Purple

📋 copy color: '#9881DA'

red 152 ◦ green 129 ◦ blue 218

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

Shades of Medium Purple #9881DA

Tints of Medium Purple #9881DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.85%

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

R = 30.46%
G = 25.85%
B = 43.69%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9881DA (or 0x9881DA) is known color: Medium Purple. HEX triplet: 98, 81 and DA. RGB value is (152,129,218). Sum of RGB (Red+Green+Blue) = 152+129+218=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9881DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881DA is #677E25. Grayscale: #919191. Windows color (decimal): -6782502 or 14320024. OLE color: 14320024.

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

Color convert

RGB 152 129 218 -
CMYK 0.30 0.41 0 0.15
HSL 255.51º 0.55% 0.68% -
HSV(B) 255.51º 0.41% 0.85% -
XYZ 33.45 27.44 69.86 -
YUV 146.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 152 129 218 0.30 0.41 0 0.15 255.51 0.55 0.68
Hex 98 81 DA 1E 29 0 F 100 37 44
Octal 230 201 332 36 51 0 17 400 67 104
Binary 10011000 10000001 11011010 11110 101001 0 1111 100000000 110111 1000100

Color Harmonies of #9881DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881DA

Black with #9881DA

Text Example


Text Example

White with #9881DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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