Html Css Color HEX #9A7ADC Medium Purple

📋 copy color: '#9A7ADC'

red 154 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #9A7ADC

Tints of Medium Purple #9A7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.6%

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

R = 31.05%
G = 24.6%
B = 44.35%

CMYK

 C value IS 0.3

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A7ADC (or 0x9A7ADC) is known color: Medium Purple. HEX triplet: 9A, 7A and DC. RGB value is (154,122,220). Sum of RGB (Red+Green+Blue) = 154+122+220=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ADC is #658523. Grayscale: #8E8E8E. Windows color (decimal): -6653220 or 14449306. OLE color: 14449306.

HSL color Cylindrical-coordinate representation of color #9A7ADC: hue angle of 259.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A7ADC is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 122 220 -
CMYK 0.3 0.45 0 0.14
HSL 259.59º 0.58% 0.67% -
HSV(B) 259.59º 0.45% 0.86% -
XYZ 33.2 25.96 70.97 -
YUV 142.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 154 122 220 0.3 0.45 0 0.14 259.59 0.58 0.67
Hex 9A 7A DC 1E 2D 0 E 104 3A 43
Octal 232 172 334 36 55 0 16 404 72 103
Binary 10011010 1111010 11011100 11110 101101 0 1110 100000100 111010 1000011

Color Harmonies of #9A7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7ADC

Black with #9A7ADC

Text Example


Text Example

White with #9A7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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