Html Css Color HEX #9082DD Medium Purple

📋 copy color: '#9082DD'

red 144 ◦ green 130 ◦ blue 221

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

Shades of Medium Purple #9082DD

Tints of Medium Purple #9082DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 29.09%
G = 26.26%
B = 44.65%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9082DD (or 0x9082DD) is known color: Medium Purple. HEX triplet: 90, 82 and DD. RGB value is (144,130,221). Sum of RGB (Red+Green+Blue) = 144+130+221=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #9082DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DD is #6F7D22. Grayscale: #909090. Windows color (decimal): -7306531 or 14516880. OLE color: 14516880.

HSL color Cylindrical-coordinate representation of color #9082DD: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9082DD is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 130 221 -
CMYK 0.35 0.41 0 0.13
HSL 249.23º 0.57% 0.69% -
HSV(B) 249.23º 0.41% 0.87% -
XYZ 32.54 27.12 71.93 -
YUV 144.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 144 130 221 0.35 0.41 0 0.13 249.23 0.57 0.69
Hex 90 82 DD 23 29 0 D F9 39 45
Octal 220 202 335 43 51 0 15 371 71 105
Binary 10010000 10000010 11011101 100011 101001 0 1101 11111001 111001 1000101

Color Harmonies of #9082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9082DD

Black with #9082DD

Text Example


Text Example

White with #9082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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