#9679CC

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

Shades of True V #9679CC

Tints of True V #9679CC

Color information

#9679CC (or 0x9679CC) is unknown color: approx True V. HEX triplet: 96, 79 and CC. RGB value is (150,121,204). Sum of RGB (Red+Green+Blue) = 150+121+204=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #9679CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679CC is #698633. Grayscale: #8A8A8A. Windows color (decimal): -6915636 or 13400470. OLE color: 13400470.

HSL color Cylindrical-coordinate representation of color #9679CC: hue angle of 260.96º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9679CC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150121204-
CMYK0.260.4100.2
HSL260.96º44.86%63.73%-
HSV(B)260.96º40.69%80%-
XYZ30.3124.5260.26-
YUV139.13164.61135.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=31.58%
G=25.47%
B=42.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501212040.260.4100.2260.9644.8663.73
Hex9679CC1A290141052d40
Octal226171314325102440555100
Binary10010110111100111001100110101010010101001000001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9679CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9679CC; }

 p { color: rgb(150,121,204); }

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

<style>
 a { background-color: #9679CC; }

 a { background-color: rgb(150,121,204); }

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

<style>
 span { border-color: #9679CC; }

 span { border-color: rgb(150,121,204); }

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