Html Css Color HEX #9472EB Medium Purple

📋 copy color: '#9472EB'

red 148 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #9472EB

Tints of Medium Purple #9472EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

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

R = 29.78%
G = 22.94%
B = 47.28%

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

#9472EB (or 0x9472EB) is known color: Medium Purple. HEX triplet: 94, 72 and EB. RGB value is (148,114,235). Sum of RGB (Red+Green+Blue) = 148+114+235=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #9472EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472EB is #6B8D14. Grayscale: #898989. Windows color (decimal): -7048469 or 15430292. OLE color: 15430292.

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

Color convert

RGB 148 114 235 -
CMYK 0.37 0.51 0 0.08
HSL 256.86º 0.75% 0.68% -
HSV(B) 256.86º 0.51% 0.92% -
XYZ 33.23 24.33 81.54 -
YUV 137.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 148 114 235 0.37 0.51 0 0.08 256.86 0.75 0.68
Hex 94 72 EB 25 33 0 8 101 4B 44
Octal 224 162 353 45 63 0 10 401 113 104
Binary 10010100 1110010 11101011 100101 110011 0 1000 100000001 1001011 1000100

Color Harmonies of #9472EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472EB

Black with #9472EB

Text Example


Text Example

White with #9472EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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