Html Css Color HEX #9478EE Medium Purple

📋 copy color: '#9478EE'

red 148 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #9478EE

Tints of Medium Purple #9478EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 29.25%
G = 23.72%
B = 47.04%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9478EE (or 0x9478EE) is known color: Medium Purple. HEX triplet: 94, 78 and EE. RGB value is (148,120,238). Sum of RGB (Red+Green+Blue) = 148+120+238=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #9478EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9478EE is #6B8711. Grayscale: #8D8D8D. Windows color (decimal): -7046930 or 15628436. OLE color: 15628436.

HSL color Cylindrical-coordinate representation of color #9478EE: hue angle of 254.24º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9478EE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 120 238 -
CMYK 0.38 0.50 0 0.07
HSL 254.24º 0.78% 0.7% -
HSV(B) 254.24º 0.5% 0.93% -
XYZ 34.36 25.9 84.08 -
YUV 141.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 148 120 238 0.38 0.50 0 0.07 254.24 0.78 0.7
Hex 94 78 EE 26 32 0 7 FE 4E 46
Octal 224 170 356 46 62 0 7 376 116 106
Binary 10010100 1111000 11101110 100110 110010 0 111 11111110 1001110 1000110

Color Harmonies of #9478EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478EE

Black with #9478EE

Text Example


Text Example

White with #9478EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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