#9677CC

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

Shades of True V #9677CC

Tints of True V #9677CC

Color information

#9677CC (or 0x9677CC) is unknown color: approx True V. HEX triplet: 96, 77 and CC. RGB value is (150,119,204). Sum of RGB (Red+Green+Blue) = 150+119+204=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #9677CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677CC is #698833. Grayscale: #898989. Windows color (decimal): -6916148 or 13399958. OLE color: 13399958.

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

Color convert

RGB150119204-
CMYK0.260.4200.2
HSL261.88º45.45%63.33%-
HSV(B)261.88º41.67%80%-
XYZ30.0724.0460.18-
YUV137.96165.27136.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=31.71%
G=25.16%
B=43.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501192040.260.4200.2261.8845.4563.33
Hex9677CC1A2A0141062d3f
Octal22616731432520244065577
Binary1001011011101111100110011010101010010100100000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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