Html Css Color HEX #9084DF Medium Purple

📋 copy color: '#9084DF'

red 144 ◦ green 132 ◦ blue 223

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

Shades of Medium Purple #9084DF

Tints of Medium Purple #9084DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 28.86%
G = 26.45%
B = 44.69%

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

#9084DF (or 0x9084DF) is known color: Medium Purple. HEX triplet: 90, 84 and DF. RGB value is (144,132,223). Sum of RGB (Red+Green+Blue) = 144+132+223=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9084DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DF is #6F7B20. Grayscale: #919191. Windows color (decimal): -7306017 or 14648464. OLE color: 14648464.

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

Color convert

RGB 144 132 223 -
CMYK 0.35 0.41 0 0.13
HSL 247.91º 0.59% 0.7% -
HSV(B) 247.91º 0.41% 0.87% -
XYZ 33.07 27.76 73.43 -
YUV 145.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 144 132 223 0.35 0.41 0 0.13 247.91 0.59 0.7
Hex 90 84 DF 23 29 0 D F8 3B 46
Octal 220 204 337 43 51 0 15 370 73 106
Binary 10010000 10000100 11011111 100011 101001 0 1101 11111000 111011 1000110

Color Harmonies of #9084DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9084DF

Black with #9084DF

Text Example


Text Example

White with #9084DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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