Html Css Color HEX #9079D5 Medium Purple

📋 copy color: '#9079D5'

red 144 ◦ green 121 ◦ blue 213

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

Shades of Medium Purple #9079D5

Tints of Medium Purple #9079D5

RGB

 RED value IS 144 (56.64% from 255) = 30.13%

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

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

R = 30.13%
G = 25.31%
B = 44.56%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9079D5 (or 0x9079D5) is known color: Medium Purple. HEX triplet: 90, 79 and D5. RGB value is (144,121,213). Sum of RGB (Red+Green+Blue) = 144+121+213=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #9079D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079D5 is #6F862A. Grayscale: #8A8A8A. Windows color (decimal): -7308843 or 13990288. OLE color: 13990288.

HSL color Cylindrical-coordinate representation of color #9079D5: hue angle of 255º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9079D5 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 121 213 -
CMYK 0.32 0.43 0 0.16
HSL 255º 0.52% 0.65% -
HSV(B) 255º 0.43% 0.84% -
XYZ 30.35 24.41 66.06 -
YUV 138.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 144 121 213 0.32 0.43 0 0.16 255 0.52 0.65
Hex 90 79 D5 20 2B 0 10 FF 34 41
Octal 220 171 325 40 53 0 20 377 64 101
Binary 10010000 1111001 11010101 100000 101011 0 10000 11111111 110100 1000001

Color Harmonies of #9079D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079D5

Black with #9079D5

Text Example


Text Example

White with #9079D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9079D5; }

 p { color: rgb(144,121,213); }

 H1.HeaderClassName
 {
   color: #9079D5;
 }
 .AnyTagClassName
 {
   color: #9079D5;
 }
</style>

background-color css

<style>
 a { background-color: #9079D5; }

 a { background-color: rgb(144,121,213); }

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

border-color css

<style>
 span { border-color: #9079D5; }

 span { border-color: rgb(144,121,213); }

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