Html Css Color HEX #9A7BD5 Medium Purple

📋 copy color: '#9A7BD5'

red 154 ◦ green 123 ◦ blue 213

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

Shades of Medium Purple #9A7BD5

Tints of Medium Purple #9A7BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.1%

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 31.43%
G = 25.1%
B = 43.47%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9A7BD5 (or 0x9A7BD5) is known color: Medium Purple. HEX triplet: 9A, 7B and D5. RGB value is (154,123,213). Sum of RGB (Red+Green+Blue) = 154+123+213=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BD5 is #65842A. Grayscale: #8E8E8E. Windows color (decimal): -6652971 or 13990810. OLE color: 13990810.

HSL color Cylindrical-coordinate representation of color #9A7BD5: hue angle of 260.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7BD5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 123 213 -
CMYK 0.28 0.42 0 0.16
HSL 260.67º 0.52% 0.66% -
HSV(B) 260.67º 0.42% 0.84% -
XYZ 32.42 25.84 66.23 -
YUV 142.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 154 123 213 0.28 0.42 0 0.16 260.67 0.52 0.66
Hex 9A 7B D5 1C 2A 0 10 105 34 42
Octal 232 173 325 34 52 0 20 405 64 102
Binary 10011010 1111011 11010101 11100 101010 0 10000 100000101 110100 1000010

Color Harmonies of #9A7BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BD5

Black with #9A7BD5

Text Example


Text Example

White with #9A7BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,123,213); }

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

background-color css

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

 a { background-color: rgb(154,123,213); }

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

border-color css

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

 span { border-color: rgb(154,123,213); }

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