Html Css Color HEX #9A7FDA Medium Purple

📋 copy color: '#9A7FDA'

red 154 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #9A7FDA

Tints of Medium Purple #9A7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 30.86%
G = 25.45%
B = 43.69%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A7FDA (or 0x9A7FDA) is known color: Medium Purple. HEX triplet: 9A, 7F and DA. RGB value is (154,127,218). Sum of RGB (Red+Green+Blue) = 154+127+218=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7FDA is #658025. Grayscale: #919191. Windows color (decimal): -6651942 or 14319514. OLE color: 14319514.

HSL color Cylindrical-coordinate representation of color #9A7FDA: hue angle of 257.8º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7FDA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 127 218 -
CMYK 0.29 0.42 0 0.15
HSL 257.8º 0.55% 0.68% -
HSV(B) 257.8º 0.42% 0.85% -
XYZ 33.57 27.11 69.79 -
YUV 145.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 154 127 218 0.29 0.42 0 0.15 257.8 0.55 0.68
Hex 9A 7F DA 1D 2A 0 F 102 37 44
Octal 232 177 332 35 52 0 17 402 67 104
Binary 10011010 1111111 11011010 11101 101010 0 1111 100000010 110111 1000100

Color Harmonies of #9A7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7FDA

Black with #9A7FDA

Text Example


Text Example

White with #9A7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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