Html Css Color HEX #9471E7 Medium Purple

📋 copy color: '#9471E7'

red 148 ◦ green 113 ◦ blue 231

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

Shades of Medium Purple #9471E7

Tints of Medium Purple #9471E7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.97%

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 30.08%
G = 22.97%
B = 46.95%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9471E7 (or 0x9471E7) is known color: Medium Purple. HEX triplet: 94, 71 and E7. RGB value is (148,113,231). Sum of RGB (Red+Green+Blue) = 148+113+231=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #9471E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471E7 is #6B8E18. Grayscale: #888888. Windows color (decimal): -7048729 or 15167892. OLE color: 15167892.

HSL color Cylindrical-coordinate representation of color #9471E7: hue angle of 257.8º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9471E7 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 113 231 -
CMYK 0.36 0.51 0 0.09
HSL 257.8º 0.71% 0.67% -
HSV(B) 257.8º 0.51% 0.91% -
XYZ 32.54 23.88 78.49 -
YUV 136.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 148 113 231 0.36 0.51 0 0.09 257.8 0.71 0.67
Hex 94 71 E7 24 33 0 9 102 47 43
Octal 224 161 347 44 63 0 11 402 107 103
Binary 10010100 1110001 11100111 100100 110011 0 1001 100000010 1000111 1000011

Color Harmonies of #9471E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471E7

Black with #9471E7

Text Example


Text Example

White with #9471E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9471E7; }

 p { color: rgb(148,113,231); }

 H1.HeaderClassName
 {
   color: #9471E7;
 }
 .AnyTagClassName
 {
   color: #9471E7;
 }
</style>

background-color css

<style>
 a { background-color: #9471E7; }

 a { background-color: rgb(148,113,231); }

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

border-color css

<style>
 span { border-color: #9471E7; }

 span { border-color: rgb(148,113,231); }

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