Html Css Color HEX #9470EC Medium Purple

📋 copy color: '#9470EC'

red 148 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #9470EC

Tints of Medium Purple #9470EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 29.84%
G = 22.58%
B = 47.58%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9470EC (or 0x9470EC) is known color: Medium Purple. HEX triplet: 94, 70 and EC. RGB value is (148,112,236). Sum of RGB (Red+Green+Blue) = 148+112+236=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #9470EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470EC is #6B8F13. Grayscale: #888888. Windows color (decimal): -7048980 or 15495316. OLE color: 15495316.

HSL color Cylindrical-coordinate representation of color #9470EC: hue angle of 257.42º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9470EC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 112 236 -
CMYK 0.37 0.53 0 0.07
HSL 257.42º 0.77% 0.68% -
HSV(B) 257.42º 0.53% 0.93% -
XYZ 33.15 23.94 82.23 -
YUV 136.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 148 112 236 0.37 0.53 0 0.07 257.42 0.77 0.68
Hex 94 70 EC 25 35 0 7 101 4D 44
Octal 224 160 354 45 65 0 7 401 115 104
Binary 10010100 1110000 11101100 100101 110101 0 111 100000001 1001101 1000100

Color Harmonies of #9470EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470EC

Black with #9470EC

Text Example


Text Example

White with #9470EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9470EC; }

 p { color: rgb(148,112,236); }

 H1.HeaderClassName
 {
   color: #9470EC;
 }
 .AnyTagClassName
 {
   color: #9470EC;
 }
</style>

background-color css

<style>
 a { background-color: #9470EC; }

 a { background-color: rgb(148,112,236); }

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

border-color css

<style>
 span { border-color: #9470EC; }

 span { border-color: rgb(148,112,236); }

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