Html Css Color HEX #9D82DB Medium Purple

📋 copy color: '#9D82DB'

red 157 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9D82DB

Tints of Medium Purple #9D82DB

RGB

 RED value IS 157 (61.72% from 255) = 31.03%

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

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

R = 31.03%
G = 25.69%
B = 43.28%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D82DB (or 0x9D82DB) is known color: Medium Purple. HEX triplet: 9D, 82 and DB. RGB value is (157,130,219). Sum of RGB (Red+Green+Blue) = 157+130+219=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82DB is #627D24. Grayscale: #939393. Windows color (decimal): -6454565 or 14385821. OLE color: 14385821.

HSL color Cylindrical-coordinate representation of color #9D82DB: hue angle of 258.2º 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 #9D82DB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 130 219 -
CMYK 0.28 0.41 0 0.14
HSL 258.2º 0.55% 0.68% -
HSV(B) 258.2º 0.41% 0.86% -
XYZ 34.67 28.25 70.64 -
YUV 148.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 157 130 219 0.28 0.41 0 0.14 258.2 0.55 0.68
Hex 9D 82 DB 1C 29 0 E 102 37 44
Octal 235 202 333 34 51 0 16 402 67 104
Binary 10011101 10000010 11011011 11100 101001 0 1110 100000010 110111 1000100

Color Harmonies of #9D82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D82DB

Black with #9D82DB

Text Example


Text Example

White with #9D82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D82DB; }

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

 H1.HeaderClassName
 {
   color: #9D82DB;
 }
 .AnyTagClassName
 {
   color: #9D82DB;
 }
</style>

background-color css

<style>
 a { background-color: #9D82DB; }

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

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

border-color css

<style>
 span { border-color: #9D82DB; }

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

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