Html Css Color HEX #9084DE Medium Purple

📋 copy color: '#9084DE'

red 144 ◦ green 132 ◦ blue 222

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

Shades of Medium Purple #9084DE

Tints of Medium Purple #9084DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 28.92%
G = 26.51%
B = 44.58%

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

#9084DE (or 0x9084DE) is known color: Medium Purple. HEX triplet: 90, 84 and DE. RGB value is (144,132,222). Sum of RGB (Red+Green+Blue) = 144+132+222=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #9084DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DE is #6F7B21. Grayscale: #919191. Windows color (decimal): -7306018 or 14582928. OLE color: 14582928.

HSL color Cylindrical-coordinate representation of color #9084DE: hue angle of 248º degrees, saturation: 0.58, 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 #9084DE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 132 222 -
CMYK 0.35 0.41 0 0.13
HSL 248º 0.58% 0.69% -
HSV(B) 248º 0.41% 0.87% -
XYZ 32.94 27.71 72.72 -
YUV 145.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 144 132 222 0.35 0.41 0 0.13 248 0.58 0.69
Hex 90 84 DE 23 29 0 D F8 3A 45
Octal 220 204 336 43 51 0 15 370 72 105
Binary 10010000 10000100 11011110 100011 101001 0 1101 11111000 111010 1000101

Color Harmonies of #9084DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084DE

Black with #9084DE

Text Example


Text Example

White with #9084DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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