Html Css Color HEX #9881DB Medium Purple

📋 copy color: '#9881DB'

red 152 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #9881DB

Tints of Medium Purple #9881DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 30.4%
G = 25.8%
B = 43.8%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9881DB (or 0x9881DB) is known color: Medium Purple. HEX triplet: 98, 81 and DB. RGB value is (152,129,219). Sum of RGB (Red+Green+Blue) = 152+129+219=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9881DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881DB is #677E24. Grayscale: #919191. Windows color (decimal): -6782501 or 14385560. OLE color: 14385560.

HSL color Cylindrical-coordinate representation of color #9881DB: hue angle of 255.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9881DB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 129 219 -
CMYK 0.31 0.41 0 0.14
HSL 255.33º 0.56% 0.68% -
HSV(B) 255.33º 0.41% 0.86% -
XYZ 33.59 27.49 70.55 -
YUV 146.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 152 129 219 0.31 0.41 0 0.14 255.33 0.56 0.68
Hex 98 81 DB 1F 29 0 E FF 38 44
Octal 230 201 333 37 51 0 16 377 70 104
Binary 10011000 10000001 11011011 11111 101001 0 1110 11111111 111000 1000100

Color Harmonies of #9881DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881DB

Black with #9881DB

Text Example


Text Example

White with #9881DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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