Html Css Color HEX #9A79DD Medium Purple

📋 copy color: '#9A79DD'

red 154 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #9A79DD

Tints of Medium Purple #9A79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 31.05%
G = 24.4%
B = 44.56%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A79DD (or 0x9A79DD) is known color: Medium Purple. HEX triplet: 9A, 79 and DD. RGB value is (154,121,221). Sum of RGB (Red+Green+Blue) = 154+121+221=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A79DD is #658622. Grayscale: #8D8D8D. Windows color (decimal): -6653475 or 14514586. OLE color: 14514586.

HSL color Cylindrical-coordinate representation of color #9A79DD: hue angle of 259.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A79DD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 121 221 -
CMYK 0.30 0.45 0 0.13
HSL 259.8º 0.6% 0.67% -
HSV(B) 259.8º 0.45% 0.87% -
XYZ 33.21 25.77 71.63 -
YUV 142.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 154 121 221 0.30 0.45 0 0.13 259.8 0.6 0.67
Hex 9A 79 DD 1E 2D 0 D 104 3C 43
Octal 232 171 335 36 55 0 15 404 74 103
Binary 10011010 1111001 11011101 11110 101101 0 1101 100000100 111100 1000011

Color Harmonies of #9A79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A79DD

Black with #9A79DD

Text Example


Text Example

White with #9A79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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