Html Css Color HEX #907EDC Medium Purple

📋 copy color: '#907EDC'

red 144 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #907EDC

Tints of Medium Purple #907EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.71%

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

R = 29.39%
G = 25.71%
B = 44.9%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#907EDC (or 0x907EDC) is known color: Medium Purple. HEX triplet: 90, 7E and DC. RGB value is (144,126,220). Sum of RGB (Red+Green+Blue) = 144+126+220=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #907EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EDC is #6F8123. Grayscale: #8D8D8D. Windows color (decimal): -7307556 or 14450320. OLE color: 14450320.

HSL color Cylindrical-coordinate representation of color #907EDC: hue angle of 251.49º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #907EDC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 126 220 -
CMYK 0.35 0.43 0 0.14
HSL 251.49º 0.57% 0.68% -
HSV(B) 251.49º 0.43% 0.86% -
XYZ 31.88 26.02 71.05 -
YUV 142.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 144 126 220 0.35 0.43 0 0.14 251.49 0.57 0.68
Hex 90 7E DC 23 2B 0 E FB 39 44
Octal 220 176 334 43 53 0 16 373 71 104
Binary 10010000 1111110 11011100 100011 101011 0 1110 11111011 111001 1000100

Color Harmonies of #907EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907EDC

Black with #907EDC

Text Example


Text Example

White with #907EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907EDC; }

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

 H1.HeaderClassName
 {
   color: #907EDC;
 }
 .AnyTagClassName
 {
   color: #907EDC;
 }
</style>

background-color css

<style>
 a { background-color: #907EDC; }

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

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

border-color css

<style>
 span { border-color: #907EDC; }

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

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