Html Css Color HEX #9070DC Medium Purple

📋 copy color: '#9070DC'

red 144 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #9070DC

Tints of Medium Purple #9070DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 30.25%
G = 23.53%
B = 46.22%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9070DC (or 0x9070DC) is known color: Medium Purple. HEX triplet: 90, 70 and DC. RGB value is (144,112,220). Sum of RGB (Red+Green+Blue) = 144+112+220=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9070DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070DC is #6F8F23. Grayscale: #858585. Windows color (decimal): -7311140 or 14446736. OLE color: 14446736.

HSL color Cylindrical-coordinate representation of color #9070DC: hue angle of 257.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9070DC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 112 220 -
CMYK 0.35 0.49 0 0.14
HSL 257.78º 0.61% 0.65% -
HSV(B) 257.78º 0.49% 0.86% -
XYZ 30.21 22.68 70.5 -
YUV 133.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 144 112 220 0.35 0.49 0 0.14 257.78 0.61 0.65
Hex 90 70 DC 23 31 0 E 102 3D 41
Octal 220 160 334 43 61 0 16 402 75 101
Binary 10010000 1110000 11011100 100011 110001 0 1110 100000010 111101 1000001

Color Harmonies of #9070DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070DC

Black with #9070DC

Text Example


Text Example

White with #9070DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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