Html Css Color HEX #9471DF Medium Purple

📋 copy color: '#9471DF'

red 148 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #9471DF

Tints of Medium Purple #9471DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 30.58%
G = 23.35%
B = 46.07%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9471DF (or 0x9471DF) is known color: Medium Purple. HEX triplet: 94, 71 and DF. RGB value is (148,113,223). Sum of RGB (Red+Green+Blue) = 148+113+223=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #9471DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471DF is #6B8E20. Grayscale: #878787. Windows color (decimal): -7048737 or 14643604. OLE color: 14643604.

HSL color Cylindrical-coordinate representation of color #9471DF: hue angle of 259.09º degrees, saturation: 0.63, 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 #9471DF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 113 223 -
CMYK 0.34 0.49 0 0.13
HSL 259.09º 0.63% 0.66% -
HSV(B) 259.09º 0.49% 0.87% -
XYZ 31.44 23.43 72.68 -
YUV 136.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 148 113 223 0.34 0.49 0 0.13 259.09 0.63 0.66
Hex 94 71 DF 22 31 0 D 103 3F 42
Octal 224 161 337 42 61 0 15 403 77 102
Binary 10010100 1110001 11011111 100010 110001 0 1101 100000011 111111 1000010

Color Harmonies of #9471DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471DF

Black with #9471DF

Text Example


Text Example

White with #9471DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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