Html Css Color HEX #9471DC Medium Purple

📋 copy color: '#9471DC'

red 148 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #9471DC

Tints of Medium Purple #9471DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 30.77%
G = 23.49%
B = 45.74%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9471DC (or 0x9471DC) is known color: Medium Purple. HEX triplet: 94, 71 and DC. RGB value is (148,113,220). Sum of RGB (Red+Green+Blue) = 148+113+220=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9471DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471DC is #6B8E23. Grayscale: #878787. Windows color (decimal): -7048740 or 14446996. OLE color: 14446996.

HSL color Cylindrical-coordinate representation of color #9471DC: hue angle of 259.63º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9471DC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 113 220 -
CMYK 0.33 0.49 0 0.14
HSL 259.63º 0.6% 0.65% -
HSV(B) 259.63º 0.49% 0.86% -
XYZ 31.04 23.27 70.57 -
YUV 135.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 148 113 220 0.33 0.49 0 0.14 259.63 0.6 0.65
Hex 94 71 DC 21 31 0 E 104 3C 41
Octal 224 161 334 41 61 0 16 404 74 101
Binary 10010100 1110001 11011100 100001 110001 0 1110 100000100 111100 1000001

Color Harmonies of #9471DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471DC

Black with #9471DC

Text Example


Text Example

White with #9471DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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