Html Css Color HEX #9476DB Medium Purple

📋 copy color: '#9476DB'

red 148 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9476DB

Tints of Medium Purple #9476DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 30.52%
G = 24.33%
B = 45.15%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9476DB (or 0x9476DB) is known color: Medium Purple. HEX triplet: 94, 76 and DB. RGB value is (148,118,219). Sum of RGB (Red+Green+Blue) = 148+118+219=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9476DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476DB is #6B8924. Grayscale: #8A8A8A. Windows color (decimal): -7047461 or 14382740. OLE color: 14382740.

HSL color Cylindrical-coordinate representation of color #9476DB: hue angle of 257.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9476DB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 118 219 -
CMYK 0.32 0.46 0 0.14
HSL 257.82º 0.58% 0.66% -
HSV(B) 257.82º 0.46% 0.86% -
XYZ 31.48 24.37 70.06 -
YUV 138.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 148 118 219 0.32 0.46 0 0.14 257.82 0.58 0.66
Hex 94 76 DB 20 2E 0 E 102 3A 42
Octal 224 166 333 40 56 0 16 402 72 102
Binary 10010100 1110110 11011011 100000 101110 0 1110 100000010 111010 1000010

Color Harmonies of #9476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476DB

Black with #9476DB

Text Example


Text Example

White with #9476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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