Html Css Color HEX #9471DE Medium Purple

📋 copy color: '#9471DE'

red 148 ◦ green 113 ◦ blue 222

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

Shades of Medium Purple #9471DE

Tints of Medium Purple #9471DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 30.64%
G = 23.4%
B = 45.96%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9471DE (or 0x9471DE) is known color: Medium Purple. HEX triplet: 94, 71 and DE. RGB value is (148,113,222). Sum of RGB (Red+Green+Blue) = 148+113+222=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9471DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471DE is #6B8E21. Grayscale: #878787. Windows color (decimal): -7048738 or 14578068. OLE color: 14578068.

HSL color Cylindrical-coordinate representation of color #9471DE: hue angle of 259.27º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9471DE is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 113 222 -
CMYK 0.33 0.49 0 0.13
HSL 259.27º 0.62% 0.66% -
HSV(B) 259.27º 0.49% 0.87% -
XYZ 31.3 23.38 71.97 -
YUV 135.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 148 113 222 0.33 0.49 0 0.13 259.27 0.62 0.66
Hex 94 71 DE 21 31 0 D 103 3E 42
Octal 224 161 336 41 61 0 15 403 76 102
Binary 10010100 1110001 11011110 100001 110001 0 1101 100000011 111110 1000010

Color Harmonies of #9471DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471DE

Black with #9471DE

Text Example


Text Example

White with #9471DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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