Html Css Color HEX #9472EA Medium Purple

📋 copy color: '#9472EA'

red 148 ◦ green 114 ◦ blue 234

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

Shades of Medium Purple #9472EA

Tints of Medium Purple #9472EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 29.84%
G = 22.98%
B = 47.18%

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

#9472EA (or 0x9472EA) is known color: Medium Purple. HEX triplet: 94, 72 and EA. RGB value is (148,114,234). Sum of RGB (Red+Green+Blue) = 148+114+234=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #9472EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472EA is #6B8D15. Grayscale: #898989. Windows color (decimal): -7048470 or 15364756. OLE color: 15364756.

HSL color Cylindrical-coordinate representation of color #9472EA: hue angle of 257º degrees, saturation: 0.74, 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 #9472EA is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 114 234 -
CMYK 0.37 0.51 0 0.08
HSL 257º 0.74% 0.68% -
HSV(B) 257º 0.51% 0.92% -
XYZ 33.08 24.27 80.78 -
YUV 137.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 148 114 234 0.37 0.51 0 0.08 257 0.74 0.68
Hex 94 72 EA 25 33 0 8 101 4A 44
Octal 224 162 352 45 63 0 10 401 112 104
Binary 10010100 1110010 11101010 100101 110011 0 1000 100000001 1001010 1000100

Color Harmonies of #9472EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472EA

Black with #9472EA

Text Example


Text Example

White with #9472EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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