Html Css Color HEX #9A7CDF Medium Purple

📋 copy color: '#9A7CDF'

red 154 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #9A7CDF

Tints of Medium Purple #9A7CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 30.74%
G = 24.75%
B = 44.51%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A7CDF (or 0x9A7CDF) is known color: Medium Purple. HEX triplet: 9A, 7C and DF. RGB value is (154,124,223). Sum of RGB (Red+Green+Blue) = 154+124+223=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CDF is #658320. Grayscale: #8F8F8F. Windows color (decimal): -6652705 or 14646426. OLE color: 14646426.

HSL color Cylindrical-coordinate representation of color #9A7CDF: hue angle of 258.18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A7CDF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 124 223 -
CMYK 0.31 0.44 0 0.13
HSL 258.18º 0.61% 0.68% -
HSV(B) 258.18º 0.44% 0.87% -
XYZ 33.85 26.61 73.16 -
YUV 144.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 154 124 223 0.31 0.44 0 0.13 258.18 0.61 0.68
Hex 9A 7C DF 1F 2C 0 D 102 3D 44
Octal 232 174 337 37 54 0 15 402 75 104
Binary 10011010 1111100 11011111 11111 101100 0 1101 100000010 111101 1000100

Color Harmonies of #9A7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7CDF

Black with #9A7CDF

Text Example


Text Example

White with #9A7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,124,223); }

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

background-color css

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

 a { background-color: rgb(154,124,223); }

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

border-color css

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

 span { border-color: rgb(154,124,223); }

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