Html Css Color HEX #9471DD Medium Purple

📋 copy color: '#9471DD'

red 148 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #9471DD

Tints of Medium Purple #9471DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 30.71%
G = 23.44%
B = 45.85%

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

#9471DD (or 0x9471DD) is known color: Medium Purple. HEX triplet: 94, 71 and DD. RGB value is (148,113,221). Sum of RGB (Red+Green+Blue) = 148+113+221=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9471DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471DD is #6B8E22. Grayscale: #878787. Windows color (decimal): -7048739 or 14512532. OLE color: 14512532.

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

Color convert

RGB 148 113 221 -
CMYK 0.33 0.49 0 0.13
HSL 259.44º 0.61% 0.65% -
HSV(B) 259.44º 0.49% 0.87% -
XYZ 31.17 23.33 71.27 -
YUV 135.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 148 113 221 0.33 0.49 0 0.13 259.44 0.61 0.65
Hex 94 71 DD 21 31 0 D 103 3D 41
Octal 224 161 335 41 61 0 15 403 75 101
Binary 10010100 1110001 11011101 100001 110001 0 1101 100000011 111101 1000001

Color Harmonies of #9471DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471DD

Black with #9471DD

Text Example


Text Example

White with #9471DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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