Html Css Color HEX #9A7FEC Medium Purple

📋 copy color: '#9A7FEC'

red 154 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #9A7FEC

Tints of Medium Purple #9A7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.56%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 29.79%
G = 24.56%
B = 45.65%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A7FEC (or 0x9A7FEC) is known color: Medium Purple. HEX triplet: 9A, 7F and EC. RGB value is (154,127,236). Sum of RGB (Red+Green+Blue) = 154+127+236=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7FEC is #658013. Grayscale: #939393. Windows color (decimal): -6651924 or 15499162. OLE color: 15499162.

HSL color Cylindrical-coordinate representation of color #9A7FEC: hue angle of 254.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7FEC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 127 236 -
CMYK 0.35 0.46 0 0.07
HSL 254.86º 0.74% 0.71% -
HSV(B) 254.86º 0.46% 0.93% -
XYZ 36.06 28.1 82.88 -
YUV 147.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 154 127 236 0.35 0.46 0 0.07 254.86 0.74 0.71
Hex 9A 7F EC 23 2E 0 7 FF 4A 47
Octal 232 177 354 43 56 0 7 377 112 107
Binary 10011010 1111111 11101100 100011 101110 0 111 11111111 1001010 1000111

Color Harmonies of #9A7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7FEC

Black with #9A7FEC

Text Example


Text Example

White with #9A7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,127,236); }

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

background-color css

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

 a { background-color: rgb(154,127,236); }

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

border-color css

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

 span { border-color: rgb(154,127,236); }

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