Html Css Color HEX #9070DF Medium Purple

📋 copy color: '#9070DF'

red 144 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #9070DF

Tints of Medium Purple #9070DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

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

R = 30.06%
G = 23.38%
B = 46.56%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9070DF (or 0x9070DF) is known color: Medium Purple. HEX triplet: 90, 70 and DF. RGB value is (144,112,223). Sum of RGB (Red+Green+Blue) = 144+112+223=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #9070DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070DF is #6F8F20. Grayscale: #858585. Windows color (decimal): -7311137 or 14643344. OLE color: 14643344.

HSL color Cylindrical-coordinate representation of color #9070DF: hue angle of 257.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9070DF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 112 223 -
CMYK 0.35 0.50 0 0.13
HSL 257.3º 0.63% 0.66% -
HSV(B) 257.3º 0.5% 0.87% -
XYZ 30.62 22.85 72.61 -
YUV 134.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 144 112 223 0.35 0.50 0 0.13 257.3 0.63 0.66
Hex 90 70 DF 23 32 0 D 101 3F 42
Octal 220 160 337 43 62 0 15 401 77 102
Binary 10010000 1110000 11011111 100011 110010 0 1101 100000001 111111 1000010

Color Harmonies of #9070DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070DF

Black with #9070DF

Text Example


Text Example

White with #9070DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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