#9678dd

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

Shades of Medium Purple #9678DD

Tints of Medium Purple #9678DD

Color information

#9678DD (or 0x9678DD) is unknown color: approx Medium Purple. HEX triplet: 96, 78 and DD. RGB value is (150,120,221). Sum of RGB (Red+Green+Blue) = 150+120+221=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9678DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678DD is #698722. Grayscale: #8C8C8C. Windows color (decimal): -6915875 or 14514326. OLE color: 14514326.

HSL color Cylindrical-coordinate representation of color #9678DD: hue angle of 257.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9678DD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150120221-
CMYK0.320.4600.13
HSL257.82º59.76%66.86%-
HSV(B)257.82º45.7%86.67%-
XYZ32.3525.1471.55-
YUV140.48173.44134.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=30.55%
G=24.44%
B=45.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501202210.320.4600.13257.8259.7666.86
Hex9678DD202E0D1023c43
Octal226170335405601540274103
Binary10010110111100011011101100000101110011011000000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9678dd; }

 p { color: rgb(150,120,221); }

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

<style>
 a { background-color: #9678dd; }

 a { background-color: rgb(150,120,221); }

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

<style>
 span { border-color: #9678dd; }

 span { border-color: rgb(150,120,221); }

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