#9680C9

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

Shades of True V #9680C9

Tints of True V #9680C9

Color information

#9680C9 (or 0x9680C9) is unknown color: approx True V. HEX triplet: 96, 80 and C9. RGB value is (150,128,201). Sum of RGB (Red+Green+Blue) = 150+128+201=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #9680C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680C9 is #697F36. Grayscale: #8E8E8E. Windows color (decimal): -6913847 or 13205654. OLE color: 13205654.

HSL color Cylindrical-coordinate representation of color #9680C9: hue angle of 258.08º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9680C9 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150128201-
CMYK0.250.3600.21
HSL258.08º40.33%64.51%-
HSV(B)258.08º36.32%78.82%-
XYZ30.8426.1458.68-
YUV142.9160.79133.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=31.32%
G=26.72%
B=41.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501282010.250.3600.21258.0840.3364.51
Hex9680C919240151022841
Octal226200311314402540250101
Binary100101101000000011001001110011001000101011000000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9680C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9680C9; }

 p { color: rgb(150,128,201); }

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

<style>
 a { background-color: #9680C9; }

 a { background-color: rgb(150,128,201); }

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

<style>
 span { border-color: #9680C9; }

 span { border-color: rgb(150,128,201); }

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