Html Css Color HEX #9084DD Medium Purple

📋 copy color: '#9084DD'

red 144 ◦ green 132 ◦ blue 221

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

Shades of Medium Purple #9084DD

Tints of Medium Purple #9084DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.56%

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

R = 28.97%
G = 26.56%
B = 44.47%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9084DD (or 0x9084DD) is known color: Medium Purple. HEX triplet: 90, 84 and DD. RGB value is (144,132,221). Sum of RGB (Red+Green+Blue) = 144+132+221=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #9084DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DD is #6F7B22. Grayscale: #919191. Windows color (decimal): -7306019 or 14517392. OLE color: 14517392.

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

Color convert

RGB 144 132 221 -
CMYK 0.35 0.40 0 0.13
HSL 248.09º 0.57% 0.69% -
HSV(B) 248.09º 0.4% 0.87% -
XYZ 32.8 27.65 72.02 -
YUV 145.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 144 132 221 0.35 0.40 0 0.13 248.09 0.57 0.69
Hex 90 84 DD 23 28 0 D F8 39 45
Octal 220 204 335 43 50 0 15 370 71 105
Binary 10010000 10000100 11011101 100011 101000 0 1101 11111000 111001 1000101

Color Harmonies of #9084DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084DD

Black with #9084DD

Text Example


Text Example

White with #9084DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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