Html Css Color HEX #9478DD Medium Purple

📋 copy color: '#9478DD'

red 148 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #9478DD

Tints of Medium Purple #9478DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.54%

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

R = 30.27%
G = 24.54%
B = 45.19%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9478DD (or 0x9478DD) is known color: Medium Purple. HEX triplet: 94, 78 and DD. RGB value is (148,120,221). Sum of RGB (Red+Green+Blue) = 148+120+221=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9478DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478DD is #6B8722. Grayscale: #8B8B8B. Windows color (decimal): -7046947 or 14514324. OLE color: 14514324.

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

Color convert

RGB 148 120 221 -
CMYK 0.33 0.46 0 0.13
HSL 256.63º 0.6% 0.67% -
HSV(B) 256.63º 0.46% 0.87% -
XYZ 31.98 24.95 71.54 -
YUV 139.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 148 120 221 0.33 0.46 0 0.13 256.63 0.6 0.67
Hex 94 78 DD 21 2E 0 D 101 3C 43
Octal 224 170 335 41 56 0 15 401 74 103
Binary 10010100 1111000 11011101 100001 101110 0 1101 100000001 111100 1000011

Color Harmonies of #9478DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478DD

Black with #9478DD

Text Example


Text Example

White with #9478DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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