Html Css Color HEX #9474EC Medium Purple

📋 copy color: '#9474EC'

red 148 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #9474EC

Tints of Medium Purple #9474EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.2%

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

R = 29.6%
G = 23.2%
B = 47.2%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9474EC (or 0x9474EC) is known color: Medium Purple. HEX triplet: 94, 74 and EC. RGB value is (148,116,236). Sum of RGB (Red+Green+Blue) = 148+116+236=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #9474EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474EC is #6B8B13. Grayscale: #8A8A8A. Windows color (decimal): -7047956 or 15496340. OLE color: 15496340.

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

Color convert

RGB 148 116 236 -
CMYK 0.37 0.51 0 0.07
HSL 256º 0.76% 0.69% -
HSV(B) 256º 0.51% 0.93% -
XYZ 33.6 24.84 82.38 -
YUV 139.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 148 116 236 0.37 0.51 0 0.07 256 0.76 0.69
Hex 94 74 EC 25 33 0 7 100 4C 45
Octal 224 164 354 45 63 0 7 400 114 105
Binary 10010100 1110100 11101100 100101 110011 0 111 100000000 1001100 1000101

Color Harmonies of #9474EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474EC

Black with #9474EC

Text Example


Text Example

White with #9474EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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