Html Css Color HEX #9472E5 Medium Purple

📋 copy color: '#9472E5'

red 148 ◦ green 114 ◦ blue 229

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

Shades of Medium Purple #9472E5

Tints of Medium Purple #9472E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.64%

R = 30.14%
G = 23.22%
B = 46.64%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9472E5 (or 0x9472E5) is known color: Medium Purple. HEX triplet: 94, 72 and E5. RGB value is (148,114,229). Sum of RGB (Red+Green+Blue) = 148+114+229=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #9472E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472E5 is #6B8D1A. Grayscale: #888888. Windows color (decimal): -7048475 or 15037076. OLE color: 15037076.

HSL color Cylindrical-coordinate representation of color #9472E5: hue angle of 257.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9472E5 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 114 229 -
CMYK 0.35 0.50 0 0.10
HSL 257.74º 0.69% 0.67% -
HSV(B) 257.74º 0.5% 0.9% -
XYZ 32.37 23.99 77.05 -
YUV 137.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 148 114 229 0.35 0.50 0 0.10 257.74 0.69 0.67
Hex 94 72 E5 23 32 0 A 102 45 43
Octal 224 162 345 43 62 0 12 402 105 103
Binary 10010100 1110010 11100101 100011 110010 0 1010 100000010 1000101 1000011

Color Harmonies of #9472E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472E5

Black with #9472E5

Text Example


Text Example

White with #9472E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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