Html Css Color HEX #9A7BDA Medium Purple

📋 copy color: '#9A7BDA'

red 154 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #9A7BDA

Tints of Medium Purple #9A7BDA

RGB

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

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

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

R = 31.11%
G = 24.85%
B = 44.04%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A7BDA (or 0x9A7BDA) is known color: Medium Purple. HEX triplet: 9A, 7B and DA. RGB value is (154,123,218). Sum of RGB (Red+Green+Blue) = 154+123+218=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BDA is #658425. Grayscale: #8E8E8E. Windows color (decimal): -6652966 or 14318490. OLE color: 14318490.

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

Color convert

RGB 154 123 218 -
CMYK 0.29 0.44 0 0.15
HSL 259.58º 0.56% 0.67% -
HSV(B) 259.58º 0.44% 0.85% -
XYZ 33.06 26.1 69.62 -
YUV 143.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 154 123 218 0.29 0.44 0 0.15 259.58 0.56 0.67
Hex 9A 7B DA 1D 2C 0 F 104 38 43
Octal 232 173 332 35 54 0 17 404 70 103
Binary 10011010 1111011 11011010 11101 101100 0 1111 100000100 111000 1000011

Color Harmonies of #9A7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BDA

Black with #9A7BDA

Text Example


Text Example

White with #9A7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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