Html Css Color HEX #9472E6 Medium Purple

📋 copy color: '#9472E6'

red 148 ◦ green 114 ◦ blue 230

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

Shades of Medium Purple #9472E6

Tints of Medium Purple #9472E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 30.08%
G = 23.17%
B = 46.75%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9472E6 (or 0x9472E6) is known color: Medium Purple. HEX triplet: 94, 72 and E6. RGB value is (148,114,230). Sum of RGB (Red+Green+Blue) = 148+114+230=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #9472E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472E6 is #6B8D19. Grayscale: #888888. Windows color (decimal): -7048474 or 15102612. OLE color: 15102612.

HSL color Cylindrical-coordinate representation of color #9472E6: hue angle of 257.59º degrees, saturation: 0.7, 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 #9472E6 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 114 230 -
CMYK 0.36 0.50 0 0.10
HSL 257.59º 0.7% 0.67% -
HSV(B) 257.59º 0.5% 0.9% -
XYZ 32.51 24.04 77.79 -
YUV 137.39 180.26 135.57 -
System Red Green Blue C M Y K H S L
Decimal 148 114 230 0.36 0.50 0 0.10 257.59 0.7 0.67
Hex 94 72 E6 24 32 0 A 102 46 43
Octal 224 162 346 44 62 0 12 402 106 103
Binary 10010100 1110010 11100110 100100 110010 0 1010 100000010 1000110 1000011

Color Harmonies of #9472E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472E6

Black with #9472E6

Text Example


Text Example

White with #9472E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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