Html Css Color HEX #9A79DB Medium Purple

📋 copy color: '#9A79DB'

red 154 ◦ green 121 ◦ blue 219

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

Shades of Medium Purple #9A79DB

Tints of Medium Purple #9A79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.49%

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 31.17%
G = 24.49%
B = 44.33%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A79DB (or 0x9A79DB) is known color: Medium Purple. HEX triplet: 9A, 79 and DB. RGB value is (154,121,219). Sum of RGB (Red+Green+Blue) = 154+121+219=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A79DB is #658624. Grayscale: #8D8D8D. Windows color (decimal): -6653477 or 14383514. OLE color: 14383514.

HSL color Cylindrical-coordinate representation of color #9A79DB: hue angle of 260.2º 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 #9A79DB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 121 219 -
CMYK 0.30 0.45 0 0.14
HSL 260.2º 0.58% 0.67% -
HSV(B) 260.2º 0.45% 0.86% -
XYZ 32.95 25.66 70.23 -
YUV 142.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 154 121 219 0.30 0.45 0 0.14 260.2 0.58 0.67
Hex 9A 79 DB 1E 2D 0 E 104 3A 43
Octal 232 171 333 36 55 0 16 404 72 103
Binary 10011010 1111001 11011011 11110 101101 0 1110 100000100 111010 1000011

Color Harmonies of #9A79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A79DB

Black with #9A79DB

Text Example


Text Example

White with #9A79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,121,219); }

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

background-color css

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

 a { background-color: rgb(154,121,219); }

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

border-color css

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

 span { border-color: rgb(154,121,219); }

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