Html Css Color HEX #9874DB Medium Purple

📋 copy color: '#9874DB'

red 152 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #9874DB

Tints of Medium Purple #9874DB

RGB

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

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

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

R = 31.21%
G = 23.82%
B = 44.97%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9874DB (or 0x9874DB) is known color: Medium Purple. HEX triplet: 98, 74 and DB. RGB value is (152,116,219). Sum of RGB (Red+Green+Blue) = 152+116+219=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9874DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9874DB is #678B24. Grayscale: #8A8A8A. Windows color (decimal): -6785829 or 14382232. OLE color: 14382232.

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

Color convert

RGB 152 116 219 -
CMYK 0.31 0.47 0 0.14
HSL 260.97º 0.59% 0.66% -
HSV(B) 260.97º 0.47% 0.86% -
XYZ 31.98 24.28 70.02 -
YUV 138.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 152 116 219 0.31 0.47 0 0.14 260.97 0.59 0.66
Hex 98 74 DB 1F 2F 0 E 105 3B 42
Octal 230 164 333 37 57 0 16 405 73 102
Binary 10011000 1110100 11011011 11111 101111 0 1110 100000101 111011 1000010

Color Harmonies of #9874DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9874DB

Black with #9874DB

Text Example


Text Example

White with #9874DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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