Html Css Color HEX #9A7FDF Medium Purple

📋 copy color: '#9A7FDF'

red 154 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #9A7FDF

Tints of Medium Purple #9A7FDF

RGB

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

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

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

R = 30.56%
G = 25.2%
B = 44.25%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A7FDF (or 0x9A7FDF) is known color: Medium Purple. HEX triplet: 9A, 7F and DF. RGB value is (154,127,223). Sum of RGB (Red+Green+Blue) = 154+127+223=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FDF is #658020. Grayscale: #919191. Windows color (decimal): -6651937 or 14647194. OLE color: 14647194.

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

Color convert

RGB 154 127 223 -
CMYK 0.31 0.43 0 0.13
HSL 256.88º 0.6% 0.69% -
HSV(B) 256.88º 0.43% 0.87% -
XYZ 34.24 27.38 73.29 -
YUV 146.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 154 127 223 0.31 0.43 0 0.13 256.88 0.6 0.69
Hex 9A 7F DF 1F 2B 0 D 101 3C 45
Octal 232 177 337 37 53 0 15 401 74 105
Binary 10011010 1111111 11011111 11111 101011 0 1101 100000001 111100 1000101

Color Harmonies of #9A7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7FDF

Black with #9A7FDF

Text Example


Text Example

White with #9A7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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