Html Css Color HEX #9982DB Medium Purple

📋 copy color: '#9982DB'

red 153 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9982DB

Tints of Medium Purple #9982DB

RGB

 RED value IS 153 (60.16% from 255) = 30.48%

 GREEN value IS 130 (51.17% from 255) = 25.9%

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

R = 30.48%
G = 25.9%
B = 43.63%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9982DB (or 0x9982DB) is known color: Medium Purple. HEX triplet: 99, 82 and DB. RGB value is (153,130,219). Sum of RGB (Red+Green+Blue) = 153+130+219=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9982DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982DB is #667D24. Grayscale: #929292. Windows color (decimal): -6716709 or 14385817. OLE color: 14385817.

HSL color Cylindrical-coordinate representation of color #9982DB: hue angle of 255.51º degrees, saturation: 0.55, 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 #9982DB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 130 219 -
CMYK 0.30 0.41 0 0.14
HSL 255.51º 0.55% 0.68% -
HSV(B) 255.51º 0.41% 0.86% -
XYZ 33.91 27.85 70.61 -
YUV 147.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 153 130 219 0.30 0.41 0 0.14 255.51 0.55 0.68
Hex 99 82 DB 1E 29 0 E 100 37 44
Octal 231 202 333 36 51 0 16 400 67 104
Binary 10011001 10000010 11011011 11110 101001 0 1110 100000000 110111 1000100

Color Harmonies of #9982DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982DB

Black with #9982DB

Text Example


Text Example

White with #9982DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,130,219); }

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

background-color css

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

 a { background-color: rgb(153,130,219); }

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

border-color css

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

 span { border-color: rgb(153,130,219); }

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