Html Css Color HEX #9470EF Medium Purple

📋 copy color: '#9470EF'

red 148 ◦ green 112 ◦ blue 239

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

Shades of Medium Purple #9470EF

Tints of Medium Purple #9470EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 29.66%
G = 22.44%
B = 47.9%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9470EF (or 0x9470EF) is known color: Medium Purple. HEX triplet: 94, 70 and EF. RGB value is (148,112,239). Sum of RGB (Red+Green+Blue) = 148+112+239=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #9470EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470EF is #6B8F10. Grayscale: #888888. Windows color (decimal): -7048977 or 15691924. OLE color: 15691924.

HSL color Cylindrical-coordinate representation of color #9470EF: hue angle of 257.01º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9470EF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 112 239 -
CMYK 0.38 0.53 0 0.06
HSL 257.01º 0.8% 0.69% -
HSV(B) 257.01º 0.53% 0.94% -
XYZ 33.59 24.12 84.55 -
YUV 137.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 148 112 239 0.38 0.53 0 0.06 257.01 0.8 0.69
Hex 94 70 EF 26 35 0 6 101 50 45
Octal 224 160 357 46 65 0 6 401 120 105
Binary 10010100 1110000 11101111 100110 110101 0 110 100000001 1010000 1000101

Color Harmonies of #9470EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470EF

Black with #9470EF

Text Example


Text Example

White with #9470EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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