Html Css Color HEX #9082DB Medium Purple

📋 copy color: '#9082DB'

red 144 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9082DB

Tints of Medium Purple #9082DB

RGB

 RED value IS 144 (56.64% from 255) = 29.21%

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

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

R = 29.21%
G = 26.37%
B = 44.42%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9082DB (or 0x9082DB) is known color: Medium Purple. HEX triplet: 90, 82 and DB. RGB value is (144,130,219). Sum of RGB (Red+Green+Blue) = 144+130+219=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #9082DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DB is #6F7D24. Grayscale: #8F8F8F. Windows color (decimal): -7306533 or 14385808. OLE color: 14385808.

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

Color convert

RGB 144 130 219 -
CMYK 0.34 0.41 0 0.14
HSL 249.44º 0.55% 0.68% -
HSV(B) 249.44º 0.41% 0.86% -
XYZ 32.27 27.01 70.53 -
YUV 144.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 144 130 219 0.34 0.41 0 0.14 249.44 0.55 0.68
Hex 90 82 DB 22 29 0 E F9 37 44
Octal 220 202 333 42 51 0 16 371 67 104
Binary 10010000 10000010 11011011 100010 101001 0 1110 11111001 110111 1000100

Color Harmonies of #9082DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9082DB

Black with #9082DB

Text Example


Text Example

White with #9082DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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