Html Css Color HEX #9476DF Medium Purple

📋 copy color: '#9476DF'

red 148 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #9476DF

Tints of Medium Purple #9476DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.13%

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

R = 30.27%
G = 24.13%
B = 45.6%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9476DF (or 0x9476DF) is known color: Medium Purple. HEX triplet: 94, 76 and DF. RGB value is (148,118,223). Sum of RGB (Red+Green+Blue) = 148+118+223=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9476DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476DF is #6B8920. Grayscale: #8A8A8A. Windows color (decimal): -7047457 or 14644884. OLE color: 14644884.

HSL color Cylindrical-coordinate representation of color #9476DF: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9476DF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 118 223 -
CMYK 0.34 0.47 0 0.13
HSL 257.14º 0.62% 0.67% -
HSV(B) 257.14º 0.47% 0.87% -
XYZ 32.01 24.58 72.87 -
YUV 138.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 148 118 223 0.34 0.47 0 0.13 257.14 0.62 0.67
Hex 94 76 DF 22 2F 0 D 101 3E 43
Octal 224 166 337 42 57 0 15 401 76 103
Binary 10010100 1110110 11011111 100010 101111 0 1101 100000001 111110 1000011

Color Harmonies of #9476DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476DF

Black with #9476DF

Text Example


Text Example

White with #9476DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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