#9677D0

Color #9677D0 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9677D0

Tints of True V #9677D0

Color information

#9677D0 (or 0x9677D0) is unknown color: approx True V. HEX triplet: 96, 77 and D0. RGB value is (150,119,208). Sum of RGB (Red+Green+Blue) = 150+119+208=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #9677D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677D0 is #69882F. Grayscale: #8A8A8A. Windows color (decimal): -6916144 or 13662102. OLE color: 13662102.

HSL color Cylindrical-coordinate representation of color #9677D0: hue angle of 260.9º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9677D0 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150119208-
CMYK0.280.4300.18
HSL260.9º48.63%64.12%-
HSV(B)260.9º42.79%81.57%-
XYZ30.5624.2362.74-
YUV138.42167.27136.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=31.45%
G=24.95%
B=43.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501192080.280.4300.18260.948.6364.12
Hex9677D01C2B0121053140
Octal226167320345302240561100
Binary10010110111011111010000111001010110100101000001011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9677D0; }

 p { color: rgb(150,119,208); }

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

<style>
 a { background-color: #9677D0; }

 a { background-color: rgb(150,119,208); }

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

<style>
 span { border-color: #9677D0; }

 span { border-color: rgb(150,119,208); }

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