Html Css Color HEX #9872DB Medium Purple

📋 copy color: '#9872DB'

red 152 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9872DB

Tints of Medium Purple #9872DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

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

R = 31.34%
G = 23.51%
B = 45.15%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9872DB (or 0x9872DB) is known color: Medium Purple. HEX triplet: 98, 72 and DB. RGB value is (152,114,219). Sum of RGB (Red+Green+Blue) = 152+114+219=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9872DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872DB is #678D24. Grayscale: #888888. Windows color (decimal): -6786341 or 14381720. OLE color: 14381720.

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

Color convert

RGB 152 114 219 -
CMYK 0.31 0.48 0 0.14
HSL 261.71º 0.59% 0.65% -
HSV(B) 261.71º 0.48% 0.86% -
XYZ 31.75 23.82 69.94 -
YUV 137.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 152 114 219 0.31 0.48 0 0.14 261.71 0.59 0.65
Hex 98 72 DB 1F 30 0 E 106 3B 41
Octal 230 162 333 37 60 0 16 406 73 101
Binary 10011000 1110010 11011011 11111 110000 0 1110 100000110 111011 1000001

Color Harmonies of #9872DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9872DB

Black with #9872DB

Text Example


Text Example

White with #9872DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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