#9672DC

Color #9672DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9672DC

Tints of Medium Purple #9672DC

Color information

#9672DC (or 0x9672DC) is unknown color: approx Medium Purple. HEX triplet: 96, 72 and DC. RGB value is (150,114,220). Sum of RGB (Red+Green+Blue) = 150+114+220=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #9672DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672DC is #698D23. Grayscale: #888888. Windows color (decimal): -6917412 or 14447254. OLE color: 14447254.

HSL color Cylindrical-coordinate representation of color #9672DC: hue angle of 260.38º degrees, saturation: 0.6, 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 #9672DC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150114220-
CMYK0.320.4800.14
HSL260.38º60.23%65.49%-
HSV(B)260.38º48.18%86.27%-
XYZ31.5123.6970.62-
YUV136.85174.93137.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=30.99%
G=23.55%
B=45.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501142200.320.4800.14260.3860.2365.49
Hex9672DC20300E1043c41
Octal226162334406001640474101
Binary10010110111001011011100100000110000011101000001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9672DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9672DC; }

 p { color: rgb(150,114,220); }

 H1.HeaderClassName
 {
   color: #9672DC;
 }
 .AnyTagClassName
 {
   color: #9672DC;
 }
</style>
background-color css

<style>
 a { background-color: #9672DC; }

 a { background-color: rgb(150,114,220); }

 div.DivClassName
 {
   background-color: #9672DC;
 }
 .BgClassName
 {
   background-color: #9672DC;
 }
</style>
border-color css

<style>
 span { border-color: #9672DC; }

 span { border-color: rgb(150,114,220); }

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