Html Css Color HEX #9A7EDC Medium Purple

📋 copy color: '#9A7EDC'

red 154 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #9A7EDC

Tints of Medium Purple #9A7EDC

RGB

 RED value IS 154 (60.55% from 255) = 30.8%

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

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

R = 30.8%
G = 25.2%
B = 44%

CMYK

 C value IS 0.3

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A7EDC (or 0x9A7EDC) is known color: Medium Purple. HEX triplet: 9A, 7E and DC. RGB value is (154,126,220). Sum of RGB (Red+Green+Blue) = 154+126+220=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EDC is #658123. Grayscale: #909090. Windows color (decimal): -6652196 or 14450330. OLE color: 14450330.

HSL color Cylindrical-coordinate representation of color #9A7EDC: hue angle of 257.87º 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 #9A7EDC is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 126 220 -
CMYK 0.3 0.43 0 0.14
HSL 257.87º 0.57% 0.68% -
HSV(B) 257.87º 0.43% 0.86% -
XYZ 33.71 26.96 71.14 -
YUV 145.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 154 126 220 0.3 0.43 0 0.14 257.87 0.57 0.68
Hex 9A 7E DC 1E 2B 0 E 102 39 44
Octal 232 176 334 36 53 0 16 402 71 104
Binary 10011010 1111110 11011100 11110 101011 0 1110 100000010 111001 1000100

Color Harmonies of #9A7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7EDC

Black with #9A7EDC

Text Example


Text Example

White with #9A7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7EDC; }

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

 H1.HeaderClassName
 {
   color: #9A7EDC;
 }
 .AnyTagClassName
 {
   color: #9A7EDC;
 }
</style>

background-color css

<style>
 a { background-color: #9A7EDC; }

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

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

border-color css

<style>
 span { border-color: #9A7EDC; }

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

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