Html Css Color HEX #9479DD Medium Purple

📋 copy color: '#9479DD'

red 148 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #9479DD

Tints of Medium Purple #9479DD

RGB

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

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

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

R = 30.2%
G = 24.69%
B = 45.1%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9479DD (or 0x9479DD) is known color: Medium Purple. HEX triplet: 94, 79 and DD. RGB value is (148,121,221). Sum of RGB (Red+Green+Blue) = 148+121+221=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #9479DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479DD is #6B8622. Grayscale: #8C8C8C. Windows color (decimal): -7046691 or 14514580. OLE color: 14514580.

HSL color Cylindrical-coordinate representation of color #9479DD: hue angle of 256.2º 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 #9479DD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 121 221 -
CMYK 0.33 0.45 0 0.13
HSL 256.2º 0.6% 0.67% -
HSV(B) 256.2º 0.45% 0.87% -
XYZ 32.1 25.19 71.58 -
YUV 140.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 148 121 221 0.33 0.45 0 0.13 256.2 0.6 0.67
Hex 94 79 DD 21 2D 0 D 100 3C 43
Octal 224 171 335 41 55 0 15 400 74 103
Binary 10010100 1111001 11011101 100001 101101 0 1101 100000000 111100 1000011

Color Harmonies of #9479DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479DD

Black with #9479DD

Text Example


Text Example

White with #9479DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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