Html Css Color HEX #9085DF Medium Purple

📋 copy color: '#9085DF'

red 144 ◦ green 133 ◦ blue 223

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

Shades of Medium Purple #9085DF

Tints of Medium Purple #9085DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

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

R = 28.8%
G = 26.6%
B = 44.6%

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

#9085DF (or 0x9085DF) is known color: Medium Purple. HEX triplet: 90, 85 and DF. RGB value is (144,133,223). Sum of RGB (Red+Green+Blue) = 144+133+223=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9085DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085DF is #6F7A20. Grayscale: #929292. Windows color (decimal): -7305761 or 14648720. OLE color: 14648720.

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

Color convert

RGB 144 133 223 -
CMYK 0.35 0.40 0 0.13
HSL 247.33º 0.58% 0.7% -
HSV(B) 247.33º 0.4% 0.87% -
XYZ 33.21 28.03 73.47 -
YUV 146.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 144 133 223 0.35 0.40 0 0.13 247.33 0.58 0.7
Hex 90 85 DF 23 28 0 D F7 3A 46
Octal 220 205 337 43 50 0 15 367 72 106
Binary 10010000 10000101 11011111 100011 101000 0 1101 11110111 111010 1000110

Color Harmonies of #9085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085DF

Black with #9085DF

Text Example


Text Example

White with #9085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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