Html Css Color HEX #9074DC Medium Purple

📋 copy color: '#9074DC'

red 144 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #9074DC

Tints of Medium Purple #9074DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

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

R = 30%
G = 24.17%
B = 45.83%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9074DC (or 0x9074DC) is known color: Medium Purple. HEX triplet: 90, 74 and DC. RGB value is (144,116,220). Sum of RGB (Red+Green+Blue) = 144+116+220=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #9074DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074DC is #6F8B23. Grayscale: #878787. Windows color (decimal): -7310116 or 14447760. OLE color: 14447760.

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

Color convert

RGB 144 116 220 -
CMYK 0.35 0.47 0 0.14
HSL 256.15º 0.6% 0.66% -
HSV(B) 256.15º 0.47% 0.86% -
XYZ 30.67 23.59 70.65 -
YUV 136.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 144 116 220 0.35 0.47 0 0.14 256.15 0.6 0.66
Hex 90 74 DC 23 2F 0 E 100 3C 42
Octal 220 164 334 43 57 0 16 400 74 102
Binary 10010000 1110100 11011100 100011 101111 0 1110 100000000 111100 1000010

Color Harmonies of #9074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9074DC

Black with #9074DC

Text Example


Text Example

White with #9074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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