Html Css Color HEX #9479D5 Medium Purple

📋 copy color: '#9479D5'

red 148 ◦ green 121 ◦ blue 213

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

Shades of Medium Purple #9479D5

Tints of Medium Purple #9479D5

RGB

 RED value IS 148 (58.2% from 255) = 30.71%

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

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

R = 30.71%
G = 25.1%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9479D5 (or 0x9479D5) is known color: Medium Purple. HEX triplet: 94, 79 and D5. RGB value is (148,121,213). Sum of RGB (Red+Green+Blue) = 148+121+213=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #9479D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479D5 is #6B862A. Grayscale: #8B8B8B. Windows color (decimal): -7046699 or 13990292. OLE color: 13990292.

HSL color Cylindrical-coordinate representation of color #9479D5: hue angle of 257.61º 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 #9479D5 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 121 213 -
CMYK 0.31 0.43 0 0.16
HSL 257.61º 0.52% 0.65% -
HSV(B) 257.61º 0.43% 0.84% -
XYZ 31.06 24.77 66.1 -
YUV 139.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 148 121 213 0.31 0.43 0 0.16 257.61 0.52 0.65
Hex 94 79 D5 1F 2B 0 10 102 34 41
Octal 224 171 325 37 53 0 20 402 64 101
Binary 10010100 1111001 11010101 11111 101011 0 10000 100000010 110100 1000001

Color Harmonies of #9479D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479D5

Black with #9479D5

Text Example


Text Example

White with #9479D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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