Html Css Color HEX #9472DB Medium Purple

📋 copy color: '#9472DB'

red 148 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9472DB

Tints of Medium Purple #9472DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.7%

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

R = 30.77%
G = 23.7%
B = 45.53%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9472DB (or 0x9472DB) is known color: Medium Purple. HEX triplet: 94, 72 and DB. RGB value is (148,114,219). Sum of RGB (Red+Green+Blue) = 148+114+219=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9472DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472DB is #6B8D24. Grayscale: #878787. Windows color (decimal): -7048485 or 14381716. OLE color: 14381716.

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

Color convert

RGB 148 114 219 -
CMYK 0.32 0.48 0 0.14
HSL 259.43º 0.59% 0.65% -
HSV(B) 259.43º 0.48% 0.86% -
XYZ 31.02 23.45 69.91 -
YUV 136.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 148 114 219 0.32 0.48 0 0.14 259.43 0.59 0.65
Hex 94 72 DB 20 30 0 E 103 3B 41
Octal 224 162 333 40 60 0 16 403 73 101
Binary 10010100 1110010 11011011 100000 110000 0 1110 100000011 111011 1000001

Color Harmonies of #9472DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472DB

Black with #9472DB

Text Example


Text Example

White with #9472DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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