Html Css Color HEX #9474EB Medium Purple

📋 copy color: '#9474EB'

red 148 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #9474EB

Tints of Medium Purple #9474EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 29.66%
G = 23.25%
B = 47.09%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9474EB (or 0x9474EB) is known color: Medium Purple. HEX triplet: 94, 74 and EB. RGB value is (148,116,235). Sum of RGB (Red+Green+Blue) = 148+116+235=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9474EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474EB is #6B8B14. Grayscale: #8A8A8A. Windows color (decimal): -7047957 or 15430804. OLE color: 15430804.

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

Color convert

RGB 148 116 235 -
CMYK 0.37 0.51 0 0.08
HSL 256.13º 0.75% 0.69% -
HSV(B) 256.13º 0.51% 0.92% -
XYZ 33.45 24.78 81.62 -
YUV 139.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 148 116 235 0.37 0.51 0 0.08 256.13 0.75 0.69
Hex 94 74 EB 25 33 0 8 100 4B 45
Octal 224 164 353 45 63 0 10 400 113 105
Binary 10010100 1110100 11101011 100101 110011 0 1000 100000000 1001011 1000101

Color Harmonies of #9474EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474EB

Black with #9474EB

Text Example


Text Example

White with #9474EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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